add coverage test script to npm config
Some checks failed
Sonarqube Scanner / Build and analyze (push) Has been cancelled
Some checks failed
Sonarqube Scanner / Build and analyze (push) Has been cancelled
This commit is contained in:
parent
28b8f3672e
commit
e5ae7eab3c
@ -14,7 +14,8 @@
|
||||
"dev": "node --env-file-if-exists=.env --watch server.js",
|
||||
"init-db": "node --env-file-if-exists=.env scripts/init-db.js",
|
||||
"check": "node --check server.js && node --test",
|
||||
"test": "node --test"
|
||||
"test": "node --test",
|
||||
"test:coverage": "c8 --reporter=lcov --reports-dir=coverage/js node --test"
|
||||
},
|
||||
"dependencies": {
|
||||
"@file-type/av": "0.2.0",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user