Skip to content

Commit 7f7e9cf

Browse files
authored
test: remove --bail option (#196)
1 parent dd8cbe5 commit 7f7e9cf

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
@@ -40,7 +40,7 @@
4040
},
4141
"scripts": {
4242
"lint": "eslint .",
43-
"test": "mocha --check-leaks --reporter spec --bail",
43+
"test": "mocha --check-leaks --reporter spec",
4444
"test-ci": "nyc --reporter=lcovonly --reporter=text npm test",
4545
"test-cov": "nyc --reporter=html --reporter=text npm test"
4646
}

0 commit comments

Comments
 (0)