Add test coverage command

This commit is contained in:
Peter Stockings
2026-01-06 10:01:26 +11:00
parent 7888f375e1
commit cb1dfea33b
4 changed files with 68 additions and 0 deletions

View File

@@ -8,10 +8,12 @@
"build": "tsc && vite build",
"preview": "vite preview",
"test": "vitest",
"test:coverage": "vitest run --coverage",
"check": "tsc --noEmit",
"verify": "bun run check && bun run test"
},
"devDependencies": {
"@vitest/coverage-v8": "^4.0.16",
"typescript": "~5.9.3",
"vite": "^7.2.4",
"vitest": "^4.0.16"