mirror of
https://github.com/vitest-dev/vitest.git
synced 2026-01-25 16:48:18 +00:00
18 lines
443 B
JSON
18 lines
443 B
JSON
{
|
|
"name": "@vitest/test-coverage",
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "pnpm run test:c8 && pnpm run test:istanbul",
|
|
"test:c8": "node ./testing.mjs --provider c8",
|
|
"test:istanbul": "node ./testing.mjs --provider istanbul"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue": "latest",
|
|
"@vue/test-utils": "latest",
|
|
"happy-dom": "latest",
|
|
"vite": "latest",
|
|
"vitest": "workspace:*",
|
|
"vue": "latest"
|
|
}
|
|
}
|