mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-07 08:26:51 +00:00
test passing
This commit is contained in:
parent
dc83501608
commit
44f538b3f7
1 changed files with 4 additions and 0 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue