mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-06-11 20:07:00 -07:00
fix(cli): update DefaultAppLayout mock to include btwState
This commit is contained in:
committed by
Mahima Shanware
parent
17b40b31b8
commit
50a22245f8
@@ -38,6 +38,13 @@ const mockUIState = {
|
||||
availableTerminalHeight: 20,
|
||||
activePtyId: null,
|
||||
isBackgroundTaskVisible: true,
|
||||
btwState: {
|
||||
isActive: false,
|
||||
query: '',
|
||||
response: '',
|
||||
isStreaming: false,
|
||||
error: null,
|
||||
},
|
||||
} as unknown as UIState;
|
||||
|
||||
vi.mock('../contexts/UIStateContext.js', () => ({
|
||||
|
||||
Reference in New Issue
Block a user