Skip to content

Commit 4c0c27b

Browse files
committed
test: remove --bail from test script
1 parent 838011d commit 4c0c27b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
},
3434
"scripts": {
3535
"lint": "eslint .",
36-
"test": "mocha --reporter spec --bail --check-leaks test/",
36+
"test": "mocha --reporter spec --check-leaks test/",
3737
"test-ci": "nyc --reporter=lcov --reporter=text npm test",
3838
"test-cov": "nyc --reporter=html --reporter=text npm test",
3939
"version": "node scripts/version-history.js && git add HISTORY.md"

0 commit comments

Comments
 (0)