mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-10 22:41:14 +00:00
fix: add missing sendMessageOnEnter prop to UISettings tests
This commit is contained in:
parent
3ecf13564e
commit
d4106182e3
1 changed files with 1 additions and 0 deletions
|
|
@ -5,6 +5,7 @@ import { UISettings } from "../UISettings"
|
|||
describe("UISettings", () => {
|
||||
const defaultProps = {
|
||||
reasoningBlockCollapsed: false,
|
||||
sendMessageOnEnter: true,
|
||||
setCachedStateField: vi.fn(),
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue