Added coverage

This commit is contained in:
Zakary Timson 2022-09-23 11:40:46 -04:00
parent e14e1ffa74
commit 2b1e7d6816

View File

@ -8,6 +8,7 @@
"scripts": { "scripts": {
"build": "tsc", "build": "tsc",
"test": "jest --verbose", "test": "jest --verbose",
"test:coverage": "npx jest --verbose --coverage",
"watch": "npm run build && tsc --watch" "watch": "npm run build && tsc --watch"
}, },
"files": [ "files": [