From f86af7658b0a6f346e916ce70dddcea95243851b Mon Sep 17 00:00:00 2001 From: Roo Code Date: Thu, 30 Oct 2025 10:29:36 +0000 Subject: [PATCH] fix: update webview tests for reReadAfterEdit experiment --- webview-ui/src/context/__tests__/ExtensionStateContext.spec.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/webview-ui/src/context/__tests__/ExtensionStateContext.spec.tsx b/webview-ui/src/context/__tests__/ExtensionStateContext.spec.tsx index 92652733dd..e214c42eb5 100644 --- a/webview-ui/src/context/__tests__/ExtensionStateContext.spec.tsx +++ b/webview-ui/src/context/__tests__/ExtensionStateContext.spec.tsx @@ -237,6 +237,7 @@ describe("mergeExtensionState", () => { newTaskRequireTodos: false, imageGeneration: false, runSlashCommand: false, + reReadAfterEdit: false, } as Record, checkpointTimeout: DEFAULT_CHECKPOINT_TIMEOUT_SECONDS + 5, } @@ -258,6 +259,7 @@ describe("mergeExtensionState", () => { newTaskRequireTodos: false, imageGeneration: false, runSlashCommand: false, + reReadAfterEdit: false, }) }) })