test passing

This commit is contained in:
Will Li 2025-07-16 16:37:41 -07:00
parent dc83501608
commit 44f538b3f7

View file

@ -36,6 +36,10 @@ describe("Command Execution Timeout Integration", () => {
providerRef: {
deref: vitest.fn().mockResolvedValue({
postMessageToWebview: vitest.fn(),
getState: vitest.fn().mockResolvedValue({
toolExecutionTimeoutMs: 60000,
timeoutFallbackEnabled: false, // Disable new timeout approach for legacy tests
}),
}),
},
say: vitest.fn().mockResolvedValue(undefined),