test(scripts): focus plugin runtime build routing · openclaw/openclaw@2c9192a
vincentkoc
·
2026-06-21
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -803,7 +803,7 @@ const TOOLING_SOURCE_TEST_TARGETS = new Map([
|
803 | 803 | ], |
804 | 804 | [ |
805 | 805 | "scripts/lib/plugin-npm-runtime-build.mjs", |
806 | | -["test/scripts/plugin-npm-runtime-build-args.test.ts"], |
| 806 | +["test/scripts/plugin-npm-runtime-build-args.test.ts", "test/plugin-npm-runtime-build.test.ts"], |
807 | 807 | ], |
808 | 808 | [ |
809 | 809 | "scripts/lib/npm-publish-plan.mjs", |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -1338,6 +1338,13 @@ describe("scripts/test-projects changed-target routing", () => {
|
1338 | 1338 | ["test/scripts/check-deprecated-api-usage.test.ts"], |
1339 | 1339 | ], |
1340 | 1340 | ["scripts/lib/npm-verify-exec.ts", ["test/scripts/npm-verify-exec.test.ts"]], |
| 1341 | +[ |
| 1342 | +"scripts/lib/plugin-npm-runtime-build.mjs", |
| 1343 | +[ |
| 1344 | +"test/scripts/plugin-npm-runtime-build-args.test.ts", |
| 1345 | +"test/plugin-npm-runtime-build.test.ts", |
| 1346 | +], |
| 1347 | +], |
1341 | 1348 | ["scripts/lib/arg-utils.mjs", ["test/scripts/arg-utils.test.ts"]], |
1342 | 1349 | ["scripts/docker/cleanup-smoke/run.sh", ["test/scripts/docker-build-helper.test.ts"]], |
1343 | 1350 | [ |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。