test(scripts): focus extension vitest routing · openclaw/openclaw@269e44e
vincentkoc
·
2026-06-21
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -990,6 +990,7 @@ const TOOLING_SOURCE_TEST_TARGETS = new Map([
|
990 | 990 | ["test/scripts/code-mode-namespace-live.test.ts", "test/scripts/docker-build-helper.test.ts"], |
991 | 991 | ], |
992 | 992 | ["scripts/lib/extension-test-plan.mjs", ["test/scripts/test-extension.test.ts"]], |
| 993 | +["scripts/lib/extension-vitest-paths.mjs", ["test/scripts/test-extension.test.ts"]], |
993 | 994 | ["scripts/lib/vitest-batch-runner.mjs", ["test/scripts/test-extension.test.ts"]], |
994 | 995 | ["scripts/lib/ci-node-test-plan.mjs", ["test/scripts/ci-node-test-plan.test.ts"]], |
995 | 996 | [ |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -1444,6 +1444,7 @@ describe("scripts/test-projects changed-target routing", () => {
|
1444 | 1444 | ["test/scripts/bundled-plugin-build-entries.test.ts", "test/release-check.test.ts"], |
1445 | 1445 | ], |
1446 | 1446 | ["scripts/lib/changed-extensions.mjs", ["test/scripts/test-extension.test.ts"]], |
| 1447 | +["scripts/lib/extension-vitest-paths.mjs", ["test/scripts/test-extension.test.ts"]], |
1447 | 1448 | ]); |
1448 | 1449 | |
1449 | 1450 | for (const [source, targets] of expectedTargets) { |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。