chore: 移除所有 e2e 测试

This commit is contained in:
2026-06-10 09:27:03 +08:00
parent 641d23b7c8
commit e3067d017e
16 changed files with 3 additions and 1389 deletions

View File

@@ -12,9 +12,7 @@
"module": "src/cli.ts",
"scripts": {
"prepare": "husky",
"test": "bun test --path-ignore-patterns 'tests/agent/**'",
"test:e2e": "bun test tests/agent/ --path-ignore-patterns 'e2e-llm-judge*'",
"test:e2e:llm": "bun test tests/agent/e2e-llm-judge.test.ts --timeout 120000",
"test": "bun test",
"lint": "oxlint",
"format": "oxfmt .",
"format:check": "oxfmt --check .",