mirror of
https://github.com/vitest-dev/vitest.git
synced 2025-12-08 18:26:03 +00:00
24 lines
499 B
JSON
24 lines
499 B
JSON
{
|
|
"name": "@vitest/example-marko",
|
|
"type": "module",
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "vitest",
|
|
"test:ui": "vitest --ui",
|
|
"coverage": "vitest run --coverage"
|
|
},
|
|
"devDependencies": {
|
|
"@marko/compiler": "latest",
|
|
"@marko/testing-library": "latest",
|
|
"@marko/vite": "latest",
|
|
"@vitest/ui": "latest",
|
|
"jsdom": "latest",
|
|
"marko": "latest",
|
|
"vite": "latest",
|
|
"vitest": "latest"
|
|
},
|
|
"stackblitz": {
|
|
"startCommand": "npm run test:ui"
|
|
}
|
|
}
|