We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66c6d6a commit 721387cCopy full SHA for 721387c
1 file changed
package.json
@@ -35,7 +35,7 @@
35
"format": "prettier --write .",
36
"format:check": "prettier --check .",
37
"toc": "./node_modules/.bin/doctoc Readme.md --github --maxlevel 3",
38
- "cover": "OPENSSL_ENABLE_SHA1_SIGNATURES=1 nyc --extension=.ts --reporter=lcov --reporter=html --reporter=text mocha --no-parallel --timeout 30000 --exit test/*-test.js test/security/*.js",
+ "cover": "nyc --extension=.ts --reporter=lcov --reporter=html --reporter=text mocha --no-parallel --timeout 30000 --exit test/*-test.js test/security/*.js",
39
"coveralls": "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js -v",
40
"docs": "typedoc --out docs",
41
"test": "mocha --timeout 15000 --bail --exit test/*-test.js test/security/*.js"
0 commit comments