1
0
mirror of https://github.com/mattermost/focalboard.git synced 2025-01-02 14:47:55 +02:00

Replace a non-semantic JSX child in one of the test files with an empty fragment

This commit is contained in:
Mateusz Burzyński 2023-10-09 00:06:36 +02:00
parent 134422df4d
commit 65e796ed50

View File

@ -12,7 +12,7 @@ describe('src/components/kanban/kanbanColumn', () => {
<KanbanColumn <KanbanColumn
onDrop={jest.fn()} onDrop={jest.fn()}
> >
{} <></>
</KanbanColumn>, </KanbanColumn>,
)) ))
expect(container).toMatchSnapshot() expect(container).toMatchSnapshot()