Skip to content

Commit

Permalink
[misc] use the local mocha instead the global
Browse files Browse the repository at this point in the history
  • Loading branch information
cronopio committed Sep 16, 2013
1 parent da9de70 commit f1aeb05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
},
"scripts" : {
"blanket" : { "pattern": "caronte/lib" },
"test" : "mocha -R landing test/*-test.js",
"test-cov" : "mocha --require blanket -R html-cov > cov/coverage.html"
"test" : "./node_modules/.bin/mocha -R landing test/*-test.js",
"test-cov" : "./node_modules/.bin/mocha --require blanket -R html-cov > cov/coverage.html"
},

"engines" : {
Expand Down

0 comments on commit f1aeb05

Please sign in to comment.