test(scripts): focus extension classifier routing · openclaw/openclaw@ce78ac3
vincentkoc
·
2026-06-21
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -876,6 +876,13 @@ const TOOLING_SOURCE_TEST_TARGETS = new Map([
|
876 | 876 | ], |
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 | +[ |
| 880 | +"scripts/lib/extension-source-classifier.mjs", |
| 881 | +[ |
| 882 | +"test/scripts/extension-source-classifier.test.ts", |
| 883 | +"src/channels/plugins/contracts/channel-import-guardrails.test.ts", |
| 884 | +], |
| 885 | +], |
879 | 886 | ["scripts/lib/test-group-report.mjs", ["test/scripts/test-group-report.test.ts"]], |
880 | 887 | ["scripts/lib/ts-topology/analyze.ts", ["test/scripts/ts-topology.test.ts"]], |
881 | 888 | ["scripts/lib/ts-topology/reports.ts", ["test/scripts/ts-topology.test.ts"]], |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -1436,6 +1436,13 @@ 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 | +[ |
| 1440 | +"scripts/lib/extension-source-classifier.mjs", |
| 1441 | +[ |
| 1442 | +"test/scripts/extension-source-classifier.test.ts", |
| 1443 | +"src/channels/plugins/contracts/channel-import-guardrails.test.ts", |
| 1444 | +], |
| 1445 | +], |
1439 | 1446 | ["scripts/lib/ts-topology/analyze.ts", ["test/scripts/ts-topology.test.ts"]], |
1440 | 1447 | ["scripts/lib/ts-topology/reports.ts", ["test/scripts/ts-topology.test.ts"]], |
1441 | 1448 | ["scripts/lib/ts-topology/scope.ts", ["test/scripts/ts-topology.test.ts"]], |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。