mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-17 16:12:21 -06:00
11 lines
333 B
TypeScript
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";
|