mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-21 01:02:54 -07:00
test: fix DetailedMessagesDisplay tests
This commit is contained in:
@@ -42,6 +42,7 @@ describe('DetailedMessagesDisplay', () => {
|
||||
<DetailedMessagesDisplay maxHeight={10} width={80} hasFocus={false} />,
|
||||
{
|
||||
settings: createMockSettings({ ui: { errorVerbosity: 'full' } }),
|
||||
allowEmptyFrame: true,
|
||||
},
|
||||
);
|
||||
expect(lastFrame({ allowEmpty: true })).toBe('');
|
||||
|
||||
Reference in New Issue
Block a user