[misc] use the local mocha instead the global

This commit is contained in:
cronopio 2013-09-16 15:26:44 -05:00
parent da9de7034a
commit f1aeb0500c

View File

@ -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" : {