add script for generating test coverage report
This commit is contained in:
parent
b5e1acf4e3
commit
98014aaa17
@ -8,6 +8,7 @@
|
|||||||
"lint": "eslint",
|
"lint": "eslint",
|
||||||
"test": "node --experimental-vm-modules node_modules/.bin/jest",
|
"test": "node --experimental-vm-modules node_modules/.bin/jest",
|
||||||
"coverage": "./scripts/coverage.sh",
|
"coverage": "./scripts/coverage.sh",
|
||||||
|
"coverage-report": "npm run test -- --coverage --coverageDirectory=coverage",
|
||||||
"example-app": "node dist/examples/app.js"
|
"example-app": "node dist/examples/app.js"
|
||||||
},
|
},
|
||||||
"jest": {
|
"jest": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user