Skip to content

Commit

Permalink
fixes broken tests
Browse files Browse the repository at this point in the history
  • Loading branch information
orizens committed Apr 26, 2017
1 parent b04900b commit 912890d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/modules/infinite-scroll.directive.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ describe('Infinite Scroll Directive', () => {

beforeEach(() =>{
zoneSpy = jasmine.createSpyObj('zone', ['run']);
zoneSpy.runOutsideAngular = (fn) => fn();
scrollResolverSpy = {
getScrollStats: () => {
return { shouldScroll: true, isScrollingDown };
Expand Down

0 comments on commit 912890d

Please sign in to comment.