test(scripts): focus ts topology routing · openclaw/openclaw@0168ff0
vincentkoc
·
2026-06-21
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -877,6 +877,9 @@ const TOOLING_SOURCE_TEST_TARGETS = new Map([
|
877 | 877 | ["scripts/lib/stable-release-closeout.mjs", ["test/stable-release-closeout.test.ts"]], |
878 | 878 | ["scripts/lib/source-file-scan-cache.mjs", ["test/scripts/source-file-scan-cache.test.ts"]], |
879 | 879 | ["scripts/lib/test-group-report.mjs", ["test/scripts/test-group-report.test.ts"]], |
| 880 | +["scripts/lib/ts-topology/analyze.ts", ["test/scripts/ts-topology.test.ts"]], |
| 881 | +["scripts/lib/ts-topology/reports.ts", ["test/scripts/ts-topology.test.ts"]], |
| 882 | +["scripts/lib/ts-topology/scope.ts", ["test/scripts/ts-topology.test.ts"]], |
880 | 883 | ["scripts/lib/ts-guard-utils.mjs", ["test/scripts/ts-guard-utils.test.ts"]], |
881 | 884 | [ |
882 | 885 | "scripts/lib/tsgo-sparse-guard.mjs", |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -1436,6 +1436,9 @@ describe("scripts/test-projects changed-target routing", () => {
|
1436 | 1436 | ], |
1437 | 1437 | ["scripts/lib/test-group-report.mjs", ["test/scripts/test-group-report.test.ts"]], |
1438 | 1438 | ["scripts/lib/stable-release-closeout.mjs", ["test/stable-release-closeout.test.ts"]], |
| 1439 | +["scripts/lib/ts-topology/analyze.ts", ["test/scripts/ts-topology.test.ts"]], |
| 1440 | +["scripts/lib/ts-topology/reports.ts", ["test/scripts/ts-topology.test.ts"]], |
| 1441 | +["scripts/lib/ts-topology/scope.ts", ["test/scripts/ts-topology.test.ts"]], |
1439 | 1442 | ["scripts/lib/ts-guard-utils.mjs", ["test/scripts/ts-guard-utils.test.ts"]], |
1440 | 1443 | [ |
1441 | 1444 | "scripts/lib/tsgo-sparse-guard.mjs", |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。