Skip to content

Commit

Permalink
Always use local _mocha binary
Browse files Browse the repository at this point in the history
  • Loading branch information
frostney committed Jan 18, 2016
1 parent 26010ba commit e6bf56f
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 @@
"lint": "eslint .",
"pretest": "npm run lint",
"test": "mocha",
"coverage": "istanbul cover _mocha --report html -- -R spec",
"coverage": "istanbul cover node_modules/.bin/_mocha --report html -- -R spec",
"precommit": "npm run lint"
},
"repository": {
Expand Down

0 comments on commit e6bf56f

Please sign in to comment.