We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0b6b3d commit ab8d116Copy full SHA for ab8d116
package.json
@@ -73,7 +73,7 @@
73
},
74
"scripts": {
75
"prepublish": "npm prune",
76
- "test": "mocha --require test/support/env --reporter dot --check-leaks test/ test/acceptance/",
+ "test": "mocha --require test/support/env --reporter spec --bail --check-leaks test/ test/acceptance/",
77
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --require test/support/env --reporter dot --check-leaks test/ test/acceptance/",
78
"test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --require test/support/env --reporter spec --check-leaks test/ test/acceptance/"
79
}
0 commit comments