Skip to content

Commit

Permalink
nit: change div to self-closing in unit test component
Browse files Browse the repository at this point in the history
Co-authored-by: Paul Schreiber <[email protected]>
  • Loading branch information
tm-ruxandra and paulschreiber authored Mar 13, 2024
1 parent 33ba3f3 commit 115c56b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/monitoring/events.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ test('Events: onDownload', async () => {
const Component = () => {
const { onDownload } = useDownloadEvent();
onDownload('group', 'abc', 'test');
return <div></div>;
return <div />;
};

const trackEvent = jest.fn();
Expand Down

0 comments on commit 115c56b

Please sign in to comment.