mirror of
https://github.com/vitest-dev/vitest.git
synced 2026-02-01 17:36:51 +00:00
17 lines
354 B
JSON
17 lines
354 B
JSON
{
|
|
"name": "@vitest/test-puppeteer",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "vite build",
|
|
"coverage": "vitest run --coverage",
|
|
"test": "vite build && vitest",
|
|
"test:ui": "vite build && vitest --ui"
|
|
},
|
|
"devDependencies": {
|
|
"@vitest/ui": "latest",
|
|
"puppeteer": "^13.0.0",
|
|
"vite": "latest",
|
|
"vitest": "latest"
|
|
}
|
|
}
|