Skip to content

Commit

Permalink
Fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mattcarrollcode committed Jan 26, 2024
1 parent 7c1b083 commit 5970396
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,6 @@ describe('SyntheticWheelEvent', () => {
);

expect(events.length).toBe(2);
expect.assertions(5)
expect.assertions(5);
});
});

0 comments on commit 5970396

Please sign in to comment.