File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/features/custom-scrolling/test Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 33
33
it ( 'should initialize uiGridScroller.initiated to NONE' , function ( ) {
34
34
expect ( uiGridScroller . initiated ) . toEqual ( uiGridScrollerConstants . scrollType . NONE ) ;
35
35
} ) ;
36
- describe ( 'events' , function ( ) {
36
+ xdescribe ( 'events' , function ( ) {
37
37
describe ( 'on touchstart' , function ( ) {
38
38
beforeEach ( function ( ) {
39
39
element . on . and . callFake ( function ( eventName , callback ) {
176
176
it ( 'should initialize uiGridScroller.initiated to NONE' , function ( ) {
177
177
expect ( uiGridScroller . initiated ) . toEqual ( uiGridScrollerConstants . scrollType . NONE ) ;
178
178
} ) ;
179
- xdescribe ( 'events' , function ( ) {
179
+ describe ( 'events' , function ( ) {
180
180
describe ( 'on scroll' , function ( ) {
181
181
it ( 'should be initialized' , function ( ) {
182
182
expect ( element . on ) . toHaveBeenCalledWith ( 'scroll' , scrollHandler ) ;
You can’t perform that action at this time.
0 commit comments