🧪 Add testing dependencies including Vitest, JSDOM, and Vue Test Utils

This commit is contained in:
2026-01-28 22:10:20 +00:00
parent ed5b819c41
commit fcdab93e55
2 changed files with 2815 additions and 2 deletions

View File

@@ -22,7 +22,13 @@
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.3",
"@vitest/coverage-v8": "^1.6.1",
"@vitest/ui": "^1.6.1",
"@vue/test-utils": "^2.4.6",
"concurrently": "^8.2.2",
"vite": "^5.0.12"
"happy-dom": "^12.10.3",
"jsdom": "^23.2.0",
"vite": "^5.0.12",
"vitest": "^1.6.1"
}
}