Skip to content

Commit

Permalink
npm test should not assume global Mocha install
Browse files Browse the repository at this point in the history
  • Loading branch information
mddub committed Oct 22, 2015
1 parent c2e74b8 commit 49bfaa7
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 @@ -13,7 +13,7 @@
"main": "index.js",
"scripts": {
"start": "node run.js",
"test": "mocha"
"test": "node_modules/.bin/mocha"
},
"license": "MIT",
"engines": {
Expand Down

0 comments on commit 49bfaa7

Please sign in to comment.