mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-28 12:42:42 -07:00
test: fix CliSpinner tests
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user