Skip to content

Commit

Permalink
fix: Include all tests when running coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
aholstenson committed Sep 29, 2018
1 parent 43a2837 commit 9de2859
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 @@ -5,7 +5,7 @@
"main": "index.js",
"scripts": {
"test": "node_modules/.bin/mocha --recursive test/ && node_modules/.bin/eslint .",
"coverage": "node_modules/istanbul/lib/cli.js cover node_modules/mocha/bin/_mocha -- -R spec ./test/**.test.js"
"coverage": "node_modules/istanbul/lib/cli.js cover node_modules/mocha/bin/_mocha -- -R spec --recursive test"
},
"license": "MIT",
"repository": "aholstenson/ecolect-js",
Expand Down

0 comments on commit 9de2859

Please sign in to comment.