Skip to content

Commit e4f44a4

Browse files
committed
fix: remove --no-exit flag from test script for improved stability
1 parent e99f82a commit e4f44a4

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
@@ -39,7 +39,7 @@
3939
},
4040
"scripts": {
4141
"lint": "eslint . && node ./scripts/lint-readme.js",
42-
"test": "bash test/support/gencert.sh && mocha --require test/support/env --check-leaks --bail --no-exit --reporter spec test/",
42+
"test": "bash test/support/gencert.sh && mocha --require test/support/env --check-leaks --reporter spec test/",
4343
"test-ci": "nyc --reporter=lcov --reporter=text npm test",
4444
"test-cov": "nyc npm test",
4545
"version": "node scripts/version-history.js && git add HISTORY.md"

0 commit comments

Comments
 (0)