We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd8cbe5 commit 7f7e9cfCopy full SHA for 7f7e9cf
package.json
@@ -40,7 +40,7 @@
40
},
41
"scripts": {
42
"lint": "eslint .",
43
- "test": "mocha --check-leaks --reporter spec --bail",
+ "test": "mocha --check-leaks --reporter spec",
44
"test-ci": "nyc --reporter=lcovonly --reporter=text npm test",
45
"test-cov": "nyc --reporter=html --reporter=text npm test"
46
}
0 commit comments