We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 066f54a commit 7c128abCopy full SHA for 7c128ab
package.json
@@ -11,6 +11,7 @@
11
"test-unit": "npm run base-test-unit test/unit",
12
"test-functional": "mocha -t 60000 --require test/hooks_functional.js --recursive test/functional",
13
"test-with-coverage": "nyc -n src -r html cross-env npm run test-unit",
14
+ "test-with-coverage_lcov": "nyc -n src --reporter=lcov cross-env npm run test-unit",
15
"base-test-unit": "cross-env BABEL_DISABLE_CACHE=1 mocha --require @babel/register --file test/unit/bootstrap.js",
16
"build": "cross-env NODE_ENV=production webpack",
17
"transpile": "cross-env BABEL_DISABLE_CACHE=1 babel src --out-dir lib",
0 commit comments