1
0
Fork 0
mirror of https://github.com/kou029w/_.git synced 2025-02-07 09:38:46 +00:00
_/vitest-playwright/package.json

13 lines
287 B
JSON
Raw Normal View History

2022-07-30 22:59:45 +09:00
{
"scripts": {
"test:vitest": "cd vitest; vitest run",
"test:playwright": "cd playwright; playwright test"
},
"devDependencies": {
"@playwright/test": "^1.24.2",
"@tsconfig/node18-strictest-esm": "^1.0.0",
"playwright": "^1.24.2",
"vitest": "^0.19.1"
}
}