diff --git a/package.json b/package.json index 41f27fb2..01b996bd 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ }, "scripts": { "lint": "eslint .", - "test": "mocha --check-leaks --reporter spec --bail", + "test": "mocha --check-leaks --reporter spec", "test-ci": "nyc --reporter=lcovonly --reporter=text npm test", "test-cov": "nyc --reporter=html --reporter=text npm test" }