mirror of
https://github.com/moltbot/moltbot.git
synced 2026-05-02 11:08:07 +00:00
fix(ci): route extension test helpers through sdk seams
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
type PathEnvKey = "PATH" | "Path" | "PATHEXT" | "Pathext";
|
||||
|
||||
export { createWindowsCmdShimFixture } from "../../../src/test-helpers/windows-cmd-shim.js";
|
||||
export { createWindowsCmdShimFixture } from "openclaw/plugin-sdk/testing";
|
||||
|
||||
const PATH_ENV_KEYS = ["PATH", "Path", "PATHEXT", "Pathext"] as const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user