fix(ci): route extension test helpers through sdk seams

This commit is contained in:
Peter Steinberger
2026-04-03 13:58:21 +01:00
parent 35d890b5ef
commit a884ad3cf2
4 changed files with 11 additions and 8 deletions

View File

@@ -1 +1 @@
export { installCommonResolveTargetErrorCases } from "../../src/test-helpers/resolve-target-error-cases.js";
export { installCommonResolveTargetErrorCases } from "openclaw/plugin-sdk/testing";

View File

@@ -1 +1 @@
export { createWindowsCmdShimFixture } from "../../src/test-helpers/windows-cmd-shim.js";
export { createWindowsCmdShimFixture } from "openclaw/plugin-sdk/testing";