chore: remove playwright e2e test infrastructure
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user