Skip to content

Commit 6d1c375

Browse files
authored
Update grid.pagination.spec.ts
1 parent 946b51a commit 6d1c375

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

projects/igniteui-angular/src/lib/grids/grid/grid.pagination.spec.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ describe('IgxGrid - Grid Paging #grid', () => {
3636
TestBed.configureTestingModule({
3737
declarations: [
3838
PagingComponent,
39-
GridWithUndefinedDataComponent
39+
GridWithUndefinedDataComponent,
40+
RemotePagingComponent
4041
],
4142
imports: [IgxGridModule, NoopAnimationsModule]
4243
});

0 commit comments

Comments
 (0)