File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 3535 "format" : " prettier --write ." ,
3636 "format:check" : " prettier --check ." ,
3737 "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" ,
38+ "cover" : " nyc --extension=.ts --reporter=lcov --reporter=html --reporter=text mocha --no-parallel --timeout 30000 --exit test/*-test.js test/security/*.js" ,
3939 "coveralls" : " cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js -v" ,
4040 "docs" : " typedoc --out docs" ,
4141 "test" : " mocha --timeout 15000 --bail --exit test/*-test.js test/security/*.js"
You can’t perform that action at this time.
0 commit comments