mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-16 23:02:51 -07:00
test: fix EnumSelector tests
This commit is contained in:
@@ -86,6 +86,7 @@ describe('<EnumSelector />', () => {
|
||||
isActive={true}
|
||||
onValueChange={async () => {}}
|
||||
/>,
|
||||
{ allowEmptyFrame: true },
|
||||
);
|
||||
expect(lastFrame({ allowEmpty: true })).toBe('');
|
||||
unmount();
|
||||
|
||||
Reference in New Issue
Block a user