mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 07:30:43 +00:00
fix(commands): align runtime config test helper mock type
This commit is contained in:
@@ -53,7 +53,7 @@ export async function withSharedAgentCommandTempHome<T>(
|
||||
}
|
||||
|
||||
export function mockSharedAgentCommandConfig(
|
||||
configSpy: typeof configModule.loadConfig,
|
||||
configSpy: Parameters<typeof mockAgentCommandConfig>[0],
|
||||
home: string,
|
||||
storePath: string,
|
||||
agentOverrides?: Parameters<typeof mockAgentCommandConfig>[3],
|
||||
|
||||
Reference in New Issue
Block a user