chore(set-up-vitest): add Vitest dependency

This commit is contained in:
2026-06-01 00:53:31 +02:00
parent 3b8c387c44
commit 0373ea20f7
3 changed files with 4654 additions and 6 deletions
+2 -1
View File
@@ -17,6 +17,7 @@
"devDependencies": {
"@vitejs/plugin-vue": "^6.0.6",
"vite": "^8.0.10",
"vite-plugin-html": "^3.2.2"
"vite-plugin-html": "^3.2.2",
"vitest": "^4.1.7"
}
}