Skip to content

Commit

Permalink
test(package): remove integration tests (versioned tests with request…
Browse files Browse the repository at this point in the history
… libraries)
  • Loading branch information
gr2m committed Feb 24, 2018
1 parent 904d1b3 commit 6bff991
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Expand Up @@ -201,9 +201,8 @@
},
"scripts": {
"unit": "tap --harmony ./tests/test_*.js",
"preintegration": "./tests/bin/install_sub_deps versioned",
"integration": "tap --harmony ./tests/versioned/*/*.tap.js",
"test": "npm run lint && npm run unit && npm run integration",
"pretest": "npm run -s lint",
"test": "npm run -s unit",
"coverage": "nyc tap --harmony ./tests/test_*.js",
"coveralls": "cat ./coverage/lcov.info | coveralls",
"lint": "eslint '**/*.js'",
Expand Down

0 comments on commit 6bff991

Please sign in to comment.