test: fix AnsiOutput tests

This commit is contained in:
mkorwel
2026-04-17 20:47:05 +00:00
parent 1945bd502e
commit 30653394e2
@@ -166,6 +166,9 @@ describe('<AnsiOutputText />', () => {
width={80}
disableTruncation={true}
/>,
undefined,
undefined,
true,
);
expect(lastFrame({ allowEmpty: true }).trim()).toBe('');
unmount();
@@ -178,6 +181,9 @@ describe('<AnsiOutputText />', () => {
width={80}
disableTruncation={true}
/>,
undefined,
undefined,
true,
);
expect(lastFrame({ allowEmpty: true }).trim()).toBe('');
unmount();