mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-06-12 20:37:08 -07:00
WIP
This commit is contained in:
@@ -74,6 +74,7 @@ vi.mock('../ui/utils/terminalUtils.js', () => ({
|
||||
isLowColorDepth: vi.fn(() => false),
|
||||
getColorDepth: vi.fn(() => 24),
|
||||
isITerm2: vi.fn(() => false),
|
||||
isVSCode: vi.fn(() => false),
|
||||
}));
|
||||
|
||||
type TerminalState = {
|
||||
@@ -770,7 +771,7 @@ export const renderWithProviders = async (
|
||||
onSubmit={vi.fn()}
|
||||
onCancel={vi.fn()}
|
||||
>
|
||||
<KeypressProvider>
|
||||
<KeypressProvider config={config}>
|
||||
<MouseProvider
|
||||
mouseEventsEnabled={mouseEventsEnabled}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user