Signed-off-by: Avior <github@avior.me>
This commit is contained in:
@ -12,7 +12,6 @@
|
||||
"test": "npm run test:unit && npm run test:e2e",
|
||||
"test:unit": "vitest --coverage --run",
|
||||
"test:e2e": "playwright test",
|
||||
|
||||
"install:test": "playwright install --with-deps"
|
||||
},
|
||||
"dependencies": {
|
||||
@ -26,9 +25,11 @@
|
||||
"tailwindcss": "^3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/check": "^0.2.0",
|
||||
"@playwright/test": "^1",
|
||||
"@types/node": "^20",
|
||||
"@vitest/coverage-v8": "^0",
|
||||
"typescript": "^5.2.2",
|
||||
"vitest": "^0"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user