Fix E2E caused by Terminal Bench test (#529)

* fix e2e

* fix lint
This commit is contained in:
Yiheng Xu
2025-09-08 10:51:14 +08:00
committed by GitHub
parent 57c6b25e61
commit 17fd843af6
4 changed files with 26 additions and 3 deletions

View File

@@ -15,6 +15,7 @@ export default defineConfig({
globalSetup: './globalSetup.ts',
reporters: ['default'],
include: ['**/*.test.ts'],
exclude: ['**/terminal-bench/*.test.ts', '**/node_modules/**'],
retry: 2,
fileParallelism: false,
},