delete all e2e tests (#22501)

This commit is contained in:
Luke Parker 2026-04-15 09:41:53 +10:00 committed by GitHub
parent bee094ff7b
commit ea463e604c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
83 changed files with 29 additions and 8881 deletions

View file

@ -5,5 +5,5 @@
"rootDir": "..",
"types": ["node", "bun"]
},
"include": ["./**/*.ts", "../src/testing/terminal.ts"]
"include": ["./**/*.ts"]
}