test: fix Notifications tests

This commit is contained in:
mkorwel
2026-04-17 20:19:55 +00:00
parent fd4bfd22eb
commit 8258a5b3c8
@@ -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(<Notifications />, {
settings,
width: 100,
allowEmptyFrame: true,
});
});
@@ -362,6 +365,7 @@ describe('Notifications', () => {
{
settings,
width: 100,
allowEmptyFrame: true,
},
);