mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-16 14:53:19 -07:00
test: fix UserIdentity tests
This commit is contained in:
@@ -134,6 +134,7 @@ describe('<UserIdentity />', () => {
|
||||
|
||||
const { lastFrame, unmount } = await renderWithProviders(
|
||||
<UserIdentity config={mockConfig} />,
|
||||
{ allowEmptyFrame: true },
|
||||
);
|
||||
|
||||
expect(lastFrame({ allowEmpty: true })).toBe('');
|
||||
|
||||
Reference in New Issue
Block a user