test: fix QueuedMessageDisplay tests

This commit is contained in:
mkorwel
2026-04-18 02:22:36 +00:00
parent cfa8821e5e
commit 9942baaa73
@@ -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('');