mirror of
https://github.com/http-party/node-http-proxy.git
synced 2025-12-08 20:59:18 +00:00
[misc] use the local mocha instead the global
This commit is contained in:
parent
da9de7034a
commit
f1aeb0500c
@ -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" : {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user