chore: remove playwright e2e test infrastructure

This commit is contained in:
2026-06-25 21:29:17 +02:00
parent 32b08245ca
commit b67c4f211b
7 changed files with 1 additions and 265 deletions

View File

@@ -13,7 +13,6 @@
"lint:ts": "bunx oxlint --ignore-path .oxlintignore static --tsconfig ./tsconfig.json --type-aware --max-warnings 0",
"lint:ts:fix": "bunx oxlint --ignore-path .oxlintignore static --tsconfig ./tsconfig.json --type-aware --max-warnings 0 --fix",
"test": "bun test",
"test:e2e": "playwright test",
"test:go": "go test ./...",
"test:ts": "bun test",
"typecheck": "bunx tsc -p tsconfig.json --noEmit",
@@ -24,7 +23,6 @@
"htmx.org": "1.9.12"
},
"devDependencies": {
"@playwright/test": "^1.61.1",
"@tailwindcss/cli": "^4.3.0",
"@types/node": "^24.0.0",
"lefthook": "^2.1.6",