test(scripts): route e2e helper owners · openclaw/openclaw@63f2c56
vincentkoc
·
2026-06-21
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -1439,6 +1439,8 @@ const TOOLING_SOURCE_TEST_TARGETS = new Map([
|
1439 | 1439 | "src/gateway/config-reload.test.ts", |
1440 | 1440 | ], |
1441 | 1441 | ], |
| 1442 | +["scripts/e2e/lib/env-limits.mjs", ["test/scripts/e2e-helper-env-limits.test.ts"]], |
| 1443 | +["scripts/e2e/mock-openai-server.mjs", ["test/scripts/e2e-mock-config-limits.test.ts"]], |
1442 | 1444 | [ |
1443 | 1445 | "scripts/e2e/gateway-network-docker.sh", |
1444 | 1446 | [ |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -473,6 +473,7 @@ describe("scripts/test-projects changed-target routing", () => {
|
473 | 473 | "scripts/e2e/lib/config-reload/assert-log.mjs", |
474 | 474 | ["test/scripts/e2e-mock-config-limits.test.ts"], |
475 | 475 | ], |
| 476 | +["scripts/e2e/lib/env-limits.mjs", ["test/scripts/e2e-helper-env-limits.test.ts"]], |
476 | 477 | [ |
477 | 478 | "scripts/e2e/lib/docker-stats/assert-resource-ceiling.mjs", |
478 | 479 | ["test/scripts/docker-stats-resource-ceiling.test.ts"], |
@@ -622,6 +623,7 @@ describe("scripts/test-projects changed-target routing", () => {
|
622 | 623 | ["scripts/e2e/mcp-channels-seed.ts", ["test/scripts/docker-e2e-seeds.test.ts"]], |
623 | 624 | ["scripts/e2e/docker-openai-seed.ts", ["test/scripts/docker-e2e-seeds.test.ts"]], |
624 | 625 | ["scripts/e2e/mcp-code-mode-gateway-seed.ts", ["test/scripts/docker-e2e-seeds.test.ts"]], |
| 626 | +["scripts/e2e/mock-openai-server.mjs", ["test/scripts/e2e-mock-config-limits.test.ts"]], |
625 | 627 | [ |
626 | 628 | "scripts/e2e/cron-mcp-cleanup-docker.sh", |
627 | 629 | [ |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。