Skip to content

Commit

Permalink
Fix test command to also work on Windows, see gotwarlost/istanbul#90 …
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Lagendijk committed Jun 27, 2016
1 parent 8a8daef commit 5427c57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -5,7 +5,7 @@
"readmeFilename": "README.md",
"main": "index.js",
"scripts": {
"test": "istanbul cover _mocha --dir ./coverage --report lcov -- -R spec --recursive --timeout 7000 ./test && npm run eslint",
"test": "istanbul cover node_modules/mocha/bin/_mocha --dir ./coverage --report lcov -- -R spec --recursive --timeout 7000 ./test && npm run eslint",
"eslint": "eslint lib/** index.js"
},
"repository": {
Expand Down

0 comments on commit 5427c57

Please sign in to comment.