diff --git a/package.json b/package.json index 201c2ff..1aa3ec4 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ }, "scripts": { "lint": "eslint --plugin markdown --ext js,md .", - "test": "mocha --check-leaks --reporter spec --bail", + "test": "mocha --check-leaks --reporter spec", "test-ci": "nyc --reporter=lcov --reporter=text npm test", "test-cov": "nyc --reporter=html --reporter=text npm test" }