Skip to content

Commit

Permalink
speed up tests a lot, add coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Jul 24, 2017
1 parent e1668ce commit 5b30513
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -4,10 +4,10 @@
"description": "The semantic version parser used by npm.",
"main": "semver.js",
"scripts": {
"test": "tap test/*.js"
"test": "tap test/*.js --cov -J"
},
"devDependencies": {
"tap": "^2.0.0"
"tap": "^10.7.0"
},
"license": "ISC",
"repository": "https://github.com/npm/node-semver",
Expand Down

0 comments on commit 5b30513

Please sign in to comment.