We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 344b022 commit 6340d15Copy full SHA for 6340d15
package.json
@@ -91,7 +91,7 @@
91
],
92
"scripts": {
93
"lint": "eslint .",
94
- "test": "mocha --require test/support/env --reporter spec --bail --check-leaks test/ test/acceptance/",
+ "test": "mocha --require test/support/env --reporter spec --check-leaks test/ test/acceptance/",
95
"test-ci": "nyc --exclude examples --exclude test --exclude benchmarks --reporter=lcovonly --reporter=text npm test",
96
"test-cov": "nyc --exclude examples --exclude test --exclude benchmarks --reporter=html --reporter=text npm test",
97
"test-tap": "mocha --require test/support/env --reporter tap --check-leaks test/ test/acceptance/"
0 commit comments