test: fix TabHeader tests

This commit is contained in:
mkorwel
2026-04-17 20:30:39 +00:00
parent ad188a8c8d
commit f15ce7e6a1
@@ -22,6 +22,7 @@ describe('TabHeader', () => {
tabs={[{ key: '0', header: 'Only Tab' }]}
currentIndex={0}
/>,
{ allowEmptyFrame: true },
);
expect(lastFrame({ allowEmpty: true })).toBe('');
unmount();