test: fix CliSpinner tests

This commit is contained in:
mkorwel
2026-04-18 02:00:00 +00:00
parent 20b5884e63
commit 48e0d3b107
@@ -27,6 +27,7 @@ describe('<CliSpinner />', () => {
const settings = createMockSettings({ ui: { showSpinner: false } });
const { lastFrame, unmount } = await renderWithProviders(<CliSpinner />, {
settings,
allowEmptyFrame: true,
});
expect(lastFrame({ allowEmpty: true })).toBe('');
unmount();