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 a56fde9 commit 8e1ce69Copy full SHA for 8e1ce69
package.json
@@ -32,7 +32,7 @@
32
},
33
"scripts": {
34
"lint": "eslint . && node ./scripts/lint-readme-list.js",
35
- "test": "mocha --reporter spec --bail",
+ "test": "mocha --reporter spec",
36
"test-ci": "nyc --reporter=lcov --reporter=text npm test",
37
"test-cov": "nyc --reporter=html --reporter=text npm test",
38
"version": "node scripts/version-history.js && git add HISTORY.md"
0 commit comments