mirror of
https://github.com/vitest-dev/vitest.git
synced 2026-02-01 17:36:51 +00:00
15 lines
298 B
JSON
15 lines
298 B
JSON
{
|
|
"name": "@vitest/test-ui",
|
|
"type": "module",
|
|
"private": true,
|
|
"scripts": {
|
|
"test-e2e": "GITHUB_ACTIONS=false playwright test",
|
|
"test-fixtures": "vitest"
|
|
},
|
|
"devDependencies": {
|
|
"@testing-library/dom": "^9.3.3",
|
|
"happy-dom": "latest",
|
|
"vitest": "workspace:*"
|
|
}
|
|
}
|