mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-08 02:24:11 +00:00
Implement feedback
This commit is contained in:
@@ -127,7 +127,8 @@ describe('Pagination component', () => {
|
||||
// waitForAsync beforeEach
|
||||
beforeEach(waitForAsync(() => {
|
||||
activatedRouteStub = new MockActivatedRoute();
|
||||
routerStub = new RouterMock(); hostWindowServiceStub = new HostWindowServiceMock(_initialState.width);
|
||||
routerStub = new RouterMock();
|
||||
hostWindowServiceStub = new HostWindowServiceMock(_initialState.width);
|
||||
|
||||
currentPagination = new BehaviorSubject<PaginationComponentOptions>(pagination);
|
||||
currentSort = new BehaviorSubject<SortOptions>(sort);
|
||||
|
Reference in New Issue
Block a user