Files
openclaw/src/commands/test-wizard-helpers.ts
T
2026-07-15 22:40:00 -07:00

11 lines
333 B
TypeScript

// Re-exported auth wizard test helpers for command tests.
// This keeps command test imports stable while the shared helper lives under test/helpers.
export {
createAuthTestLifecycle,
createExitThrowingRuntime,
createWizardPrompter,
readAuthProfilesForAgent,
setupAuthTestEnv,
} from "../../test/helpers/auth-wizard.js";