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,5 +13,5 @@
"removeComments": false,
"skipLibCheck": true
},
"include": ["static/**/*.ts", "scripts/**/*.ts", "tests/e2e/**/*.ts", "playwright.config.ts"]
"include": ["static/**/*.ts", "scripts/**/*.ts"]
}