mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-06 08:18:39 +00:00
fix: add missing chatMessageFontSize prop to UISettings test
This commit is contained in:
parent
6249077cde
commit
d6334b907e
1 changed files with 1 additions and 0 deletions
|
|
@ -6,6 +6,7 @@ describe("UISettings", () => {
|
|||
const defaultProps = {
|
||||
reasoningBlockCollapsed: false,
|
||||
setCachedStateField: vi.fn(),
|
||||
chatMessageFontSize: "default",
|
||||
}
|
||||
|
||||
it("renders the collapse thinking checkbox", () => {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue