Files
openclaw/extensions/browser/test-support.ts
T
Peter Steinberger f72782d87b refactor(test): restore auth persistence integrity (#125699)
* test: restore auth persistence integrity

Restore the SQLite-backed auth wizard assertions traced to 43ea501f38 and consolidate duplicated message-action and temp-directory fixtures.

* test: support npm 12 pack results
2026-08-18 02:58:30 -07:00

13 lines
537 B
TypeScript

/**
* Browser test-support re-exports from shared plugin-sdk test fixtures.
*/
export {
createCliRuntimeCapture,
expectGeneratedTokenPersistedToGatewayAuth,
type CliRuntimeCapture,
} from "openclaw/plugin-sdk/test-fixtures";
export { createTempHomeEnv, useAutoCleanupTempDirTracker } from "openclaw/plugin-sdk/test-env";
export type { TempHomeEnv } from "openclaw/plugin-sdk/test-env";
export { isLiveTestEnabled } from "openclaw/plugin-sdk/test-live";
export type { OpenClawConfig } from "openclaw/plugin-sdk/config-contracts";