[tests] seutp coverage and reportes

This commit is contained in:
2024-10-13 21:58:46 +03:00
parent 52227188a5
commit 30aa5decda
3 changed files with 864 additions and 318 deletions
+3 -1
View File
@@ -19,12 +19,14 @@
"dev": "vite",
"build": "tsc && vite build",
"test": "vitest",
"test:report": "vitest --reporter=verbose",
"coverage": "vitest run --coverage",
"add:module": "node ./add-component.mjs"
},
"devDependencies": {
"@vitest/coverage-v8": "^2.1.2",
"typescript": "^5.1.3",
"vite": "^4.3.9",
"vitest": "^0.32.2"
"vitest": "^2.1.2"
}
}