test(scripts): focus workspace bootstrap routing

This commit is contained in:
Vincent Koc
2026-06-21 01:36:00 +02:00
parent 269e44e164
commit 57c7fa22bb
2 changed files with 8 additions and 0 deletions

View File

@@ -794,6 +794,10 @@ const TOOLING_SOURCE_TEST_TARGETS = new Map([
],
["scripts/lib/npm-verify-exec.ts", ["test/scripts/npm-verify-exec.test.ts"]],
["scripts/lib/openclaw-test-state.mjs", ["test/scripts/openclaw-test-state.test.ts"]],
[
"scripts/lib/workspace-bootstrap-smoke.mjs",
["test/release-check.test.ts", "test/openclaw-npm-release-check.test.ts"],
],
[
"scripts/lib/package-dist-imports.mjs",
[

View File

@@ -1405,6 +1405,10 @@ describe("scripts/test-projects changed-target routing", () => {
"scripts/lib/npm-pack-budget.mjs",
["test/release-check.test.ts", "test/scripts/test-install-sh-docker.test.ts"],
],
[
"scripts/lib/workspace-bootstrap-smoke.mjs",
["test/release-check.test.ts", "test/openclaw-npm-release-check.test.ts"],
],
["scripts/lib/openclaw-release-clawhub-plan.ts", ["test/plugin-clawhub-release.test.ts"]],
[
"scripts/lib/plugin-clawhub-release.ts",