mirror of
https://github.com/vitest-dev/vitest.git
synced 2025-12-08 18:26:03 +00:00
23 lines
446 B
JSON
23 lines
446 B
JSON
{
|
|
"name": "@vitest/example-vue2",
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "vitest",
|
|
"coverage": "vitest run --coverage"
|
|
},
|
|
"dependencies": {
|
|
"vue": "^2.7.2"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue2": "^1.1.2",
|
|
"@vue/test-utils": "^1.3.0",
|
|
"jsdom": "latest",
|
|
"vite": "latest",
|
|
"vitest": "latest",
|
|
"vue-template-compiler": "^2.7.2"
|
|
},
|
|
"stackblitz": {
|
|
"startCommand": "npm run test"
|
|
}
|
|
}
|