From 8258a5b3c8510743cdc5519463834ce16030171d Mon Sep 17 00:00:00 2001 From: mkorwel Date: Fri, 17 Apr 2026 20:19:55 +0000 Subject: [PATCH] test: fix Notifications tests --- packages/cli/src/ui/components/Notifications.test.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/cli/src/ui/components/Notifications.test.tsx b/packages/cli/src/ui/components/Notifications.test.tsx index e2495ad92b..915698291f 100644 --- a/packages/cli/src/ui/components/Notifications.test.tsx +++ b/packages/cli/src/ui/components/Notifications.test.tsx @@ -121,6 +121,7 @@ describe('Notifications', () => { { settings, width: 100, + allowEmptyFrame: true, }, ); expect(lastFrame({ allowEmpty: true })).toBe(''); @@ -287,6 +288,7 @@ describe('Notifications', () => { uiState, settings, width: 100, + allowEmptyFrame: true, }, ); expect(lastFrame({ allowEmpty: true })).toBe(''); @@ -344,6 +346,7 @@ describe('Notifications', () => { await renderWithProviders(, { settings, width: 100, + allowEmptyFrame: true, }); }); @@ -362,6 +365,7 @@ describe('Notifications', () => { { settings, width: 100, + allowEmptyFrame: true, }, );