diff --git a/packages/cli/src/ui/components/shared/EnumSelector.test.tsx b/packages/cli/src/ui/components/shared/EnumSelector.test.tsx index 0c4677bcc7..b5ccae5762 100644 --- a/packages/cli/src/ui/components/shared/EnumSelector.test.tsx +++ b/packages/cli/src/ui/components/shared/EnumSelector.test.tsx @@ -86,6 +86,7 @@ describe('', () => { isActive={true} onValueChange={async () => {}} />, + { allowEmptyFrame: true }, ); expect(lastFrame({ allowEmpty: true })).toBe(''); unmount();