import { InfiniteScroll } from './infinite-scroll'; describe('InfiniteScroll', () => { it('should create an instance', () => { const directive = new InfiniteScroll(); expect(directive).toBeTruthy(); }); });