mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-07 10:34:44 +00:00
test(scripts): focus workspace bootstrap routing
This commit is contained in:
@@ -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",
|
||||
[
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user