Skip to content

Commit f1aeb05

Browse files
committed
[misc] use the local mocha instead the global
1 parent da9de70 commit f1aeb05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
},
2121
"scripts" : {
2222
"blanket" : { "pattern": "caronte/lib" },
23-
"test" : "mocha -R landing test/*-test.js",
24-
"test-cov" : "mocha --require blanket -R html-cov > cov/coverage.html"
23+
"test" : "./node_modules/.bin/mocha -R landing test/*-test.js",
24+
"test-cov" : "./node_modules/.bin/mocha --require blanket -R html-cov > cov/coverage.html"
2525
},
2626

2727
"engines" : {

0 commit comments

Comments
 (0)