vitest/test/ui/package.json
renovate[bot] 7fc5a29083
fix(deps): update all non-major dependencies (#7600)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Hiroshi Ogawa <hi.ogawa.zz@gmail.com>
2025-03-25 12:03:11 +09:00

17 lines
414 B
JSON

{
"name": "@vitest/test-ui",
"type": "module",
"private": true,
"scripts": {
"test": "GITHUB_ACTIONS=false playwright test",
"test-e2e": "GITHUB_ACTIONS=false playwright test",
"test-e2e-ui": "GITHUB_ACTIONS=false playwright test --ui",
"test-fixtures": "vitest"
},
"devDependencies": {
"@testing-library/dom": "^9.3.4",
"happy-dom": "latest",
"vitest": "workspace:*"
}
}