chore(ci): add frontend coverage workflow

This commit is contained in:
pixelpaws
2025-09-24 23:22:32 +08:00
parent d504f89f6a
commit eda6df4a5d
5 changed files with 255 additions and 4 deletions

View File

@@ -5,7 +5,8 @@
"type": "module",
"scripts": {
"test": "vitest run",
"test:watch": "vitest"
"test:watch": "vitest",
"test:coverage": "node scripts/run_frontend_coverage.js"
},
"devDependencies": {
"jsdom": "^24.0.0",