From 7b7489f41fa85bc5c95e896d9c0b16f5db223b6b Mon Sep 17 00:00:00 2001 From: Vincent Koc Date: Sun, 12 Apr 2026 10:35:22 +0100 Subject: [PATCH] fix(commands): align runtime config test helper mock type --- src/commands/agent-runtime-config.test-support.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/agent-runtime-config.test-support.ts b/src/commands/agent-runtime-config.test-support.ts index c8e07b794f5..27f84a42f89 100644 --- a/src/commands/agent-runtime-config.test-support.ts +++ b/src/commands/agent-runtime-config.test-support.ts @@ -53,7 +53,7 @@ export async function withSharedAgentCommandTempHome( } export function mockSharedAgentCommandConfig( - configSpy: typeof configModule.loadConfig, + configSpy: Parameters[0], home: string, storePath: string, agentOverrides?: Parameters[3],