diff --git a/packages/cli/src/ui/components/AnsiOutput.test.tsx b/packages/cli/src/ui/components/AnsiOutput.test.tsx index 04d6ccb0d9..ffac5da657 100644 --- a/packages/cli/src/ui/components/AnsiOutput.test.tsx +++ b/packages/cli/src/ui/components/AnsiOutput.test.tsx @@ -166,6 +166,9 @@ describe('', () => { width={80} disableTruncation={true} />, + undefined, + undefined, + true, ); expect(lastFrame({ allowEmpty: true }).trim()).toBe(''); unmount(); @@ -178,6 +181,9 @@ describe('', () => { width={80} disableTruncation={true} />, + undefined, + undefined, + true, ); expect(lastFrame({ allowEmpty: true }).trim()).toBe(''); unmount();