Skip to content

Commit 7357200

Browse files
committed
Merge pull request #962 from Turbo87/default-mocha-reporter
mocha: Use default reporter
2 parents d19be83 + 570cf3b commit 7357200

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)