We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4dc2514 commit 9a474c2Copy full SHA for 9a474c2
package.json
@@ -39,7 +39,7 @@
39
},
40
"scripts": {
41
"lint": "eslint . && node ./scripts/lint-readme.js",
42
- "test": "test/support/gencert.sh && mocha --require test/support/env --check-leaks --bail --no-exit --reporter spec test/",
+ "test": "bash test/support/gencert.sh && mocha --require test/support/env --check-leaks --bail --no-exit --reporter spec test/",
43
"test-ci": "nyc --reporter=lcov --reporter=text npm test",
44
"test-cov": "nyc npm test",
45
"version": "node scripts/version-history.js && git add HISTORY.md"
0 commit comments