Files
openclaw/extensions/browser/test-support.ts
2026-04-28 01:21:39 +01:00

16 lines
469 B
TypeScript

export {
createCliRuntimeCapture,
expectGeneratedTokenPersistedToGatewayAuth,
type CliMockOutputRuntime,
type CliRuntimeCapture,
} from "openclaw/plugin-sdk/test-fixtures";
export {
createTempHomeEnv,
withEnv,
withEnvAsync,
withFetchPreconnect,
isLiveTestEnabled,
} from "openclaw/plugin-sdk/test-env";
export type { FetchMock, TempHomeEnv } from "openclaw/plugin-sdk/test-env";
export type { OpenClawConfig } from "openclaw/plugin-sdk/config-types";