Skip to content

Commit

Permalink
Merge pull request #7 from Andarist/fix/invalid-jsx-children
Browse files Browse the repository at this point in the history
Replace a non-semantic JSX child in one of the test files with an emp…
  • Loading branch information
Kuuchuu authored May 9, 2024
2 parents da9260e + 65e796e commit daee5c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/src/components/kanban/kanbanColumn.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ describe('src/components/kanban/kanbanColumn', () => {
<KanbanColumn
onDrop={jest.fn()}
>
{}
<></>
</KanbanColumn>,
))
expect(container).toMatchSnapshot()
Expand Down

0 comments on commit daee5c1

Please sign in to comment.