diff --git a/package.json b/package.json index ef0f54d7..2d9b1775 100644 --- a/package.json +++ b/package.json @@ -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" }