fix(test): route release wrapper scripts

This commit is contained in:
Vincent Koc
2026-06-21 17:06:50 +02:00
parent 33eb6ab9de
commit 9d83eeaccf
3 changed files with 94 additions and 0 deletions
+21
View File
@@ -961,14 +961,35 @@ const TOOLING_SOURCE_TEST_TARGETS = new Map([
"scripts/openclaw-release-clawhub-runtime-state.ts",
["test/scripts/openclaw-release-clawhub-runtime-state.test.ts"],
],
[
"scripts/openclaw-release-clawhub-plan.ts",
["test/scripts/release-wrapper-scripts.test.ts"],
],
[
"scripts/plan-release-workflow-matrix.mjs",
["test/scripts/release-workflow-matrix-plan.test.ts"],
],
[
"scripts/plugin-clawhub-release-check.ts",
["test/scripts/release-wrapper-scripts.test.ts"],
],
[
"scripts/plugin-clawhub-release-plan.ts",
["test/scripts/release-wrapper-scripts.test.ts"],
],
[
"scripts/plugin-npm-release-check.ts",
["test/scripts/release-wrapper-scripts.test.ts"],
],
[
"scripts/plugin-npm-release-plan.ts",
["test/scripts/release-wrapper-scripts.test.ts"],
],
[
"scripts/plugin-release-pretag-pack-check.ts",
["test/scripts/plugin-release-pretag-pack-check.test.ts"],
],
["scripts/release-verify-beta.ts", ["test/scripts/release-wrapper-scripts.test.ts"]],
[
"scripts/validate-release-publish-approval.mjs",
["test/scripts/validate-release-publish-approval.test.ts"],