Skip to content

Commit 570cf3b

Browse files
committed
mocha: Use default reporter
Unfortunately the "landing" reporter doesn't really look good on CI servers at all...
1 parent 9d9fa94 commit 570cf3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"blanket": {
3636
"pattern": "lib/http-proxy"
3737
},
38-
"test": "mocha -R landing test/*-test.js",
38+
"test": "mocha test/*-test.js",
3939
"test-cov": "mocha --require blanket -R html-cov > cov/coverage.html"
4040
},
4141
"engines": {

0 commit comments

Comments
 (0)