Lucas
Results
1
comments of
Lucas
@sanjaybhaskar You need to test it asynchronously as viewPortItems variable is calculated in requestAnimationFrame. Example: ``` import { async, ComponentFixture, TestBed } from '@angular/core/testing'; ... it('should display logs', async(() =>...