Skip to content

Commit a24eb9b

Browse files
Portugal, MarceloPortugal, Marcelo
authored andcommitted
test(scroller): Commenting out touchmove callback.
1 parent 38b6e31 commit a24eb9b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/features/custom-scrolling/test/ui-grid-custom-scroller.factory.spec.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@
4343
});
4444
break;
4545
case 'touchmove':
46-
callback({
47-
type: eventName,
48-
touches: [true],
49-
preventDefault: preventDefaultSpy
50-
});
46+
// callback({
47+
// type: eventName,
48+
// touches: [true],
49+
// preventDefault: preventDefaultSpy
50+
// });
5151
break;
5252
case 'touchend':
5353
callback({

0 commit comments

Comments
 (0)