mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-26 13:04:49 -07:00
Support incremental update experiment flag. (#12926)
This commit is contained in:
@@ -474,6 +474,8 @@ describe('startInteractiveUI', () => {
|
||||
|
||||
vi.mock('./ui/utils/kittyProtocolDetector.js', () => ({
|
||||
detectAndEnableKittyProtocol: vi.fn(() => Promise.resolve(true)),
|
||||
isKittyProtocolSupported: vi.fn(() => true),
|
||||
isKittyProtocolEnabled: vi.fn(() => true),
|
||||
}));
|
||||
|
||||
vi.mock('./ui/utils/updateCheck.js', () => ({
|
||||
@@ -531,6 +533,7 @@ describe('startInteractiveUI', () => {
|
||||
expect(options).toEqual({
|
||||
alternateBuffer: true,
|
||||
exitOnCtrlC: false,
|
||||
incrementalRendering: true,
|
||||
isScreenReaderEnabled: false,
|
||||
onRender: expect.any(Function),
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user