Skip to content
This repository has been archived by the owner on Aug 21, 2023. It is now read-only.

Commit

Permalink
Test fix for failing OverflowTest
Browse files Browse the repository at this point in the history
  • Loading branch information
luketlancaster committed Jun 16, 2022
1 parent 3d5583e commit 926b1b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Overflow/Overflow.test.js
Expand Up @@ -418,6 +418,7 @@ describe('remapScrollingPlane', () => {
test('Calls preventDefault on successful scroll', () => {
const spy = jest.fn()
const event = {
cancelable: true,
currentTarget: {
scrollLeft: 0,
},
Expand Down

0 comments on commit 926b1b6

Please sign in to comment.