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 b144728 commit 1c3eec6Copy full SHA for 1c3eec6
package.json
@@ -45,7 +45,7 @@
45
},
46
"scripts": {
47
"lint": "eslint --plugin markdown --ext js,md .",
48
- "test": "mocha --check-leaks --reporter spec --bail",
+ "test": "mocha --check-leaks --reporter spec",
49
"test-ci": "nyc --reporter=lcov --reporter=text npm test",
50
"test-cov": "nyc --reporter=html --reporter=text npm test"
51
}
0 commit comments