Skip to content

Commit

Permalink
test: remove --bail from test script (#583)
Browse files Browse the repository at this point in the history
  • Loading branch information
Phillip9587 authored Feb 14, 2025
1 parent eedea54 commit a5daa07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
},
"scripts": {
"lint": "eslint .",
"test": "mocha --reporter spec --check-leaks --bail test/",
"test": "mocha --reporter spec --check-leaks test/",
"test-ci": "nyc --reporter=lcov --reporter=text npm test",
"test-cov": "nyc --reporter=html --reporter=text npm test"
}
Expand Down

0 comments on commit a5daa07

Please sign in to comment.