Skip to content

Commit 78d469f

Browse files
committed
chore(ng9): scroll test mock ignore new typing
1 parent 073e58d commit 78d469f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/igniteui-angular/src/lib/directives/scroll-inertia/scroll_inertia.directive.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ describe('Scroll Inertia Directive ', () => {
311311
return {
312312
addPointer: (arg) => {}
313313
};
314-
};
314+
} as any;
315315
}
316316

317317

0 commit comments

Comments
 (0)