mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-08 12:20:38 -07:00
test: support tests that include color information (#20220)
This commit is contained in:
@@ -235,7 +235,7 @@ Another paragraph.
|
||||
);
|
||||
await waitUntilReady();
|
||||
expect(lastFrame()).toMatchSnapshot();
|
||||
expect(lastFrame()).not.toContain(' 1 ');
|
||||
expect(lastFrame()).not.toContain('1 const x = 1;');
|
||||
unmount();
|
||||
});
|
||||
|
||||
@@ -246,7 +246,7 @@ Another paragraph.
|
||||
);
|
||||
await waitUntilReady();
|
||||
expect(lastFrame()).toMatchSnapshot();
|
||||
expect(lastFrame()).toContain(' 1 ');
|
||||
expect(lastFrame()).toContain('1 const x = 1;');
|
||||
unmount();
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user