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

Commit 926b1b6

Browse files
Test fix for failing OverflowTest
1 parent 3d5583e commit 926b1b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/Overflow/Overflow.test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -418,6 +418,7 @@ describe('remapScrollingPlane', () => {
418418
test('Calls preventDefault on successful scroll', () => {
419419
const spy = jest.fn()
420420
const event = {
421+
cancelable: true,
421422
currentTarget: {
422423
scrollLeft: 0,
423424
},

0 commit comments

Comments
 (0)