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:
parent
134422df4d
commit
65e796ed50
@ -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()
|
||||||
|
Loading…
Reference in New Issue
Block a user