fix(cli): update DefaultAppLayout mock to include btwState

This commit is contained in:
Mahima Shanware
2026-03-27 17:15:43 +00:00
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', () => ({