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
|
||||
onDrop={jest.fn()}
|
||||
>
|
||||
{}
|
||||
<></>
|
||||
</KanbanColumn>,
|
||||
))
|
||||
expect(container).toMatchSnapshot()
|
||||
|
Loading…
Reference in New Issue
Block a user