fix: add missing chatMessageFontSize prop to UISettings test

This commit is contained in:
Roo Code 2025-10-16 10:43:43 +00:00
parent 6249077cde
commit d6334b907e

View file

@ -6,6 +6,7 @@ describe("UISettings", () => {
const defaultProps = {
reasoningBlockCollapsed: false,
setCachedStateField: vi.fn(),
chatMessageFontSize: "default",
}
it("renders the collapse thinking checkbox", () => {