TSK-1121: Updated unit test
This commit is contained in:
parent
9205d87367
commit
f9814fa68d
|
@ -21,6 +21,7 @@ describe('PaginationComponent', () => {
|
|||
configureTests(configure).then(testBed => {
|
||||
fixture = TestBed.createComponent(PaginationComponent);
|
||||
component = fixture.componentInstance;
|
||||
component.page = new Page(6, 3, 3, 1);
|
||||
debugElement = fixture.debugElement.nativeElement;
|
||||
fixture.detectChanges();
|
||||
done();
|
||||
|
|
Loading…
Reference in New Issue