test(scripts): route package runner declarations · openclaw/openclaw@5134dd0
vincentkoc
·
2026-06-21
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -1164,6 +1164,10 @@ const TOOLING_SOURCE_TEST_TARGETS = new Map([
|
1164 | 1164 | "scripts/lib/npm-pack-budget.mjs", |
1165 | 1165 | ["test/release-check.test.ts", "test/scripts/test-install-sh-docker.test.ts"], |
1166 | 1166 | ], |
| 1167 | +[ |
| 1168 | +"scripts/lib/npm-pack-budget.d.mts", |
| 1169 | +["test/release-check.test.ts", "test/scripts/test-install-sh-docker.test.ts"], |
| 1170 | +], |
1167 | 1171 | ["scripts/lib/openclaw-release-clawhub-plan.ts", ["test/plugin-clawhub-release.test.ts"]], |
1168 | 1172 | [ |
1169 | 1173 | "scripts/lib/plugin-clawhub-release.ts", |
@@ -1263,6 +1267,8 @@ const TOOLING_SOURCE_TEST_TARGETS = new Map([
|
1263 | 1267 | ["scripts/docker-e2e-timings.mjs", ["test/scripts/docker-e2e-helper-cli.test.ts"]], |
1264 | 1268 | ["scripts/e2e/bun-global-install-smoke.sh", ["test/scripts/test-install-sh-docker.test.ts"]], |
1265 | 1269 | ["scripts/generate-npm-shrinkwrap.mjs", ["test/scripts/generate-npm-shrinkwrap.test.ts"]], |
| 1270 | +["scripts/npm-runner.d.mts", ["test/scripts/npm-runner.test.ts"]], |
| 1271 | +["scripts/pnpm-runner.d.mts", ["test/scripts/pnpm-runner.test.ts"]], |
1266 | 1272 | [ |
1267 | 1273 | "scripts/install.sh", |
1268 | 1274 | [ |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -1318,6 +1318,8 @@ describe("scripts/test-projects changed-target routing", () => {
|
1318 | 1318 | it("keeps package, release, and install tooling edits on owner tests", () => { |
1319 | 1319 | const expectedTargets = new Map([ |
1320 | 1320 | ["scripts/generate-npm-shrinkwrap.mjs", ["test/scripts/generate-npm-shrinkwrap.test.ts"]], |
| 1321 | +["scripts/npm-runner.d.mts", ["test/scripts/npm-runner.test.ts"]], |
| 1322 | +["scripts/pnpm-runner.d.mts", ["test/scripts/pnpm-runner.test.ts"]], |
1321 | 1323 | [ |
1322 | 1324 | "scripts/install.sh", |
1323 | 1325 | [ |
@@ -1809,6 +1811,10 @@ describe("scripts/test-projects changed-target routing", () => {
|
1809 | 1811 | "scripts/lib/npm-pack-budget.mjs", |
1810 | 1812 | ["test/release-check.test.ts", "test/scripts/test-install-sh-docker.test.ts"], |
1811 | 1813 | ], |
| 1814 | +[ |
| 1815 | +"scripts/lib/npm-pack-budget.d.mts", |
| 1816 | +["test/release-check.test.ts", "test/scripts/test-install-sh-docker.test.ts"], |
| 1817 | +], |
1812 | 1818 | [ |
1813 | 1819 | "scripts/lib/workspace-bootstrap-smoke.mjs", |
1814 | 1820 | ["test/release-check.test.ts", "test/openclaw-npm-release-check.test.ts"], |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。