We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da9de70 commit f1aeb05Copy full SHA for f1aeb05
package.json
@@ -20,8 +20,8 @@
20
},
21
"scripts" : {
22
"blanket" : { "pattern": "caronte/lib" },
23
- "test" : "mocha -R landing test/*-test.js",
24
- "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"
25
26
27
"engines" : {
0 commit comments