chore: e2e 测试与单元测试分离,通过脚本区分

This commit is contained in:
2026-06-09 16:23:32 +08:00
parent 073b9c1e47
commit faefefda39
2 changed files with 33 additions and 14 deletions

View File

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