mirror of
https://github.com/http-party/node-http-proxy.git
synced 2025-12-08 20:59:18 +00:00
mocha: Use default reporter
Unfortunately the "landing" reporter doesn't really look good on CI servers at all...
This commit is contained in:
parent
9d9fa940cf
commit
570cf3b4f9
@ -35,7 +35,7 @@
|
|||||||
"blanket": {
|
"blanket": {
|
||||||
"pattern": "lib/http-proxy"
|
"pattern": "lib/http-proxy"
|
||||||
},
|
},
|
||||||
"test": "mocha -R landing test/*-test.js",
|
"test": "mocha test/*-test.js",
|
||||||
"test-cov": "mocha --require blanket -R html-cov > cov/coverage.html"
|
"test-cov": "mocha --require blanket -R html-cov > cov/coverage.html"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user