Skip to content

Commit 6340d15

Browse files
authored
remove --bail from test script (#5962)
1 parent 344b022 commit 6340d15

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
@@ -91,7 +91,7 @@
9191
],
9292
"scripts": {
9393
"lint": "eslint .",
94-
"test": "mocha --require test/support/env --reporter spec --bail --check-leaks test/ test/acceptance/",
94+
"test": "mocha --require test/support/env --reporter spec --check-leaks test/ test/acceptance/",
9595
"test-ci": "nyc --exclude examples --exclude test --exclude benchmarks --reporter=lcovonly --reporter=text npm test",
9696
"test-cov": "nyc --exclude examples --exclude test --exclude benchmarks --reporter=html --reporter=text npm test",
9797
"test-tap": "mocha --require test/support/env --reporter tap --check-leaks test/ test/acceptance/"

0 commit comments

Comments
 (0)