fix(commands): align runtime config test helper mock type

This commit is contained in:
Vincent Koc
2026-04-12 10:35:22 +01:00
parent 80bff30612
commit 7b7489f41f

View File

@@ -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],