mirror of
https://github.com/vitest-dev/vitest.git
synced 2025-12-08 18:26:03 +00:00
17 lines
353 B
JSON
17 lines
353 B
JSON
{
|
|
"name": "@vitest/example-playwright",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "vite build",
|
|
"test": "vite build && vitest",
|
|
"test:ui": "vite build && vitest --ui"
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.28.0",
|
|
"@vitest/ui": "latest",
|
|
"playwright": "^1.28.0",
|
|
"vite": "latest",
|
|
"vitest": "latest"
|
|
}
|
|
}
|