@ -12,7 +12,8 @@
|
||||
"test": "npm run test:unit && npm run test:e2e",
|
||||
"test:unit": "vitest --coverage --run",
|
||||
"test:e2e": "playwright test",
|
||||
"install:test": "playwright install --with-deps"
|
||||
"install:test": "playwright install --with-deps",
|
||||
"lint": "biome check ."
|
||||
},
|
||||
"dependencies": {
|
||||
"@astrojs/node": "^7",
|
||||
@ -28,6 +29,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/check": "^0",
|
||||
"@biomejs/biome": "^1.7.3",
|
||||
"@playwright/test": "^1",
|
||||
"@types/node": "^20",
|
||||
"@vitest/coverage-v8": "^1",
|
||||
|
Reference in New Issue
Block a user