fix: check issues
All checks were successful
Build, check & Test / run (push) Successful in 6m20s

Signed-off-by: Avior <github@avior.me>
This commit is contained in:
2023-09-30 15:47:21 +02:00
parent 674d2d3491
commit 327dfed80a
2 changed files with 669 additions and 1 deletions

View File

@ -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"
}
}