ci: update verified tests list and fix all remaining bad tests

This commit is contained in:
mkorwel
2026-04-16 23:40:04 +00:00
parent edd0c51bef
commit 8c68ee3caf
6 changed files with 23 additions and 11 deletions
@@ -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();