mirror of
https://github.com/vitest-dev/vitest.git
synced 2025-12-08 18:26:03 +00:00
18 lines
330 B
JSON
18 lines
330 B
JSON
{
|
|
"name": "@vitest/test-vue",
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "vitest",
|
|
"coverage": "vitest --coverage"
|
|
},
|
|
"dependencies": {
|
|
"vue": "^3.2.24"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue": "^1.10.2",
|
|
"@vue/test-utils": "^2.0.0-rc.17",
|
|
"happy-dom": "*",
|
|
"vitest": "workspace:*"
|
|
}
|
|
}
|