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

@@ -23,9 +23,6 @@ bench:
bench-all:
go test -bench=. -benchmem ./...
e2e:
bun run test:e2e
build-go:
@go build -o server ./cmd/server