Skip to content

Commit

Permalink
update tap, use parallel tests
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Feb 2, 2017
1 parent 5c09453 commit c0cf701
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "The semantic version parser used by npm.",
"main": "semver.js",
"scripts": {
"test": "tap test/*.js --cov"
"test": "tap test/*.js --cov -j4"
},
"devDependencies": {
"tap": "^10.0.2"
Expand Down

0 comments on commit c0cf701

Please sign in to comment.