From d4106182e3a3ca87646e42006627b81ba4821238 Mon Sep 17 00:00:00 2001 From: Roo Code Date: Tue, 7 Oct 2025 23:28:51 +0000 Subject: [PATCH] fix: add missing sendMessageOnEnter prop to UISettings tests --- webview-ui/src/components/settings/__tests__/UISettings.spec.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/webview-ui/src/components/settings/__tests__/UISettings.spec.tsx b/webview-ui/src/components/settings/__tests__/UISettings.spec.tsx index 43bb013a08..74f51dd1c7 100644 --- a/webview-ui/src/components/settings/__tests__/UISettings.spec.tsx +++ b/webview-ui/src/components/settings/__tests__/UISettings.spec.tsx @@ -5,6 +5,7 @@ import { UISettings } from "../UISettings" describe("UISettings", () => { const defaultProps = { reasoningBlockCollapsed: false, + sendMessageOnEnter: true, setCachedStateField: vi.fn(), }