mirror of
https://github.com/vitest-dev/vitest.git
synced 2026-01-25 16:48:18 +00:00
18 lines
373 B
JSON
18 lines
373 B
JSON
{
|
|
"name": "@vitest/example-playwright",
|
|
"type": "module",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "vite build",
|
|
"test": "vite build && vitest",
|
|
"test:ui": "vite build && vitest --ui"
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.39.0",
|
|
"@vitest/ui": "latest",
|
|
"playwright": "^1.39.0",
|
|
"vite": "latest",
|
|
"vitest": "latest"
|
|
}
|
|
}
|