Files
openclaw/extensions/browser/test-support.ts
2026-06-04 08:00:12 -04:00

19 lines
554 B
TypeScript

/**
* Browser test-support re-exports from shared plugin-sdk test fixtures.
*/
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-contracts";