mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-18 07:43:00 -07:00
test: fix QueuedMessageDisplay tests
This commit is contained in:
@@ -12,6 +12,9 @@ describe('QueuedMessageDisplay', () => {
|
||||
it('renders nothing when message queue is empty', async () => {
|
||||
const { lastFrame, unmount } = await render(
|
||||
<QueuedMessageDisplay messageQueue={[]} />,
|
||||
undefined,
|
||||
undefined,
|
||||
true,
|
||||
);
|
||||
|
||||
expect(lastFrame({ allowEmpty: true })).toBe('');
|
||||
|
||||
Reference in New Issue
Block a user