mocha: Use default reporter

Unfortunately the "landing" reporter doesn't really look good on CI servers at all...
This commit is contained in:
Tobias Bieniek 2016-02-15 15:47:46 +01:00
parent 9d9fa940cf
commit 570cf3b4f9

View File

@ -35,7 +35,7 @@
"blanket": {
"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"
},
"engines": {