chore: 移除所有 e2e 测试
This commit is contained in:
@@ -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 .",
|
||||
|
||||
Reference in New Issue
Block a user