mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-16 14:53:19 -07:00
test: fix AnsiOutput tests
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user