test: fix EnumSelector tests

This commit is contained in:
mkorwel
2026-04-17 22:36:38 +00:00
parent 225af9734e
commit f3db0fc652
@@ -86,6 +86,7 @@ describe('<EnumSelector />', () => {
isActive={true}
onValueChange={async () => {}}
/>,
{ allowEmptyFrame: true },
);
expect(lastFrame({ allowEmpty: true })).toBe('');
unmount();