mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-06-18 15:27:00 -07:00
ci: update verified tests list and fix all remaining bad tests
This commit is contained in:
@@ -23,6 +23,7 @@ describe('<MarkdownDisplay />', () => {
|
||||
it('renders nothing for empty text', async () => {
|
||||
const { lastFrame, unmount } = await renderWithProviders(
|
||||
<MarkdownDisplay {...baseProps} text="" />,
|
||||
{ allowEmptyFrame: true },
|
||||
);
|
||||
expect(lastFrame({ allowEmpty: true })).toMatchSnapshot();
|
||||
unmount();
|
||||
|
||||
Reference in New Issue
Block a user