Skip to content

Commit ab8d116

Browse files
committed
tests: bail on failed test for developer
1 parent d0b6b3d commit ab8d116

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
@@ -73,7 +73,7 @@
7373
},
7474
"scripts": {
7575
"prepublish": "npm prune",
76-
"test": "mocha --require test/support/env --reporter dot --check-leaks test/ test/acceptance/",
76+
"test": "mocha --require test/support/env --reporter spec --bail --check-leaks test/ test/acceptance/",
7777
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --require test/support/env --reporter dot --check-leaks test/ test/acceptance/",
7878
"test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --require test/support/env --reporter spec --check-leaks test/ test/acceptance/"
7979
}

0 commit comments

Comments
 (0)