add script for generating test coverage report

This commit is contained in:
Lentil Hoffman 2025-06-14 17:01:33 -05:00
parent b5e1acf4e3
commit 98014aaa17
Signed by: lentil
GPG Key ID: 0F5B99F3F4D0C087

View File

@ -8,6 +8,7 @@
"lint": "eslint",
"test": "node --experimental-vm-modules node_modules/.bin/jest",
"coverage": "./scripts/coverage.sh",
"coverage-report": "npm run test -- --coverage --coverageDirectory=coverage",
"example-app": "node dist/examples/app.js"
},
"jest": {