refactor: tier 文件重命名为 agent-mock/agent-scenario/agent-llm

This commit is contained in:
2026-06-09 16:52:47 +08:00
parent faefefda39
commit 59632b5312
11 changed files with 12 additions and 12 deletions

View File

@@ -10,7 +10,7 @@
"scripts": {
"prepare": "husky",
"test": "bun test --path-ignore-patterns 'tests/agent/**'",
"test:e2e": "bun test 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",
"lint": "oxlint",
"format": "oxfmt .",