Skip to content

Commit

Permalink
Added recursive option for coverage.
Browse files Browse the repository at this point in the history
  • Loading branch information
evangelion1204 committed Feb 14, 2016
1 parent 91cbf19 commit d024b27
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 @@ -7,7 +7,7 @@
"compile": "babel src --out-dir lib",
"predistribute": "npm run compile",
"test": "babel-node ./node_modules/.bin/_mocha --recursive test",
"coverage": "babel-node ./node_modules/.bin/isparta cover ./node_modules/.bin/_mocha --recursive test",
"coverage": "babel-node ./node_modules/.bin/isparta cover ./node_modules/.bin/_mocha -- --recursive test",
"distribute": "npm publish"
},
"keywords": [
Expand Down

0 comments on commit d024b27

Please sign in to comment.