mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-05 08:10:14 +00:00
fix: update webview tests for reReadAfterEdit experiment
This commit is contained in:
parent
049a7e1a42
commit
f86af7658b
1 changed files with 2 additions and 0 deletions
|
|
@ -237,6 +237,7 @@ describe("mergeExtensionState", () => {
|
|||
newTaskRequireTodos: false,
|
||||
imageGeneration: false,
|
||||
runSlashCommand: false,
|
||||
reReadAfterEdit: false,
|
||||
} as Record<ExperimentId, boolean>,
|
||||
checkpointTimeout: DEFAULT_CHECKPOINT_TIMEOUT_SECONDS + 5,
|
||||
}
|
||||
|
|
@ -258,6 +259,7 @@ describe("mergeExtensionState", () => {
|
|||
newTaskRequireTodos: false,
|
||||
imageGeneration: false,
|
||||
runSlashCommand: false,
|
||||
reReadAfterEdit: false,
|
||||
})
|
||||
})
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue