mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-03 16:34:31 -07:00
Support ink scrolling final pr (#12567)
This commit is contained in:
@@ -146,6 +146,10 @@ vi.mock('./slashCommandProcessor.js', () => ({
|
||||
handleSlashCommand: vi.fn().mockReturnValue(false),
|
||||
}));
|
||||
|
||||
vi.mock('./useAlternateBuffer.js', () => ({
|
||||
useAlternateBuffer: vi.fn(() => false),
|
||||
}));
|
||||
|
||||
// --- END MOCKS ---
|
||||
|
||||
// --- Tests for useGeminiStream Hook ---
|
||||
|
||||
Reference in New Issue
Block a user