Skip to content

Commit

Permalink
Fix npm test when --no-bin-links is active.
Browse files Browse the repository at this point in the history
  • Loading branch information
Schoonology committed Mar 14, 2014
1 parent 8c757e6 commit 3e37655
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -29,7 +29,7 @@
"handling"
],
"scripts": {
"test": "mocha --reporter spec",
"test": "node_modules/mocha/bin/mocha --reporter spec",
"bench": "survey ./bench/stepdown"
},
"license": "MIT"
Expand Down

0 comments on commit 3e37655

Please sign in to comment.