mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-13 04:53:06 +00:00
Implement feedback
This commit is contained in:
@@ -20,6 +20,6 @@ export class PaginationServiceStub {
|
||||
updateRouteWithUrl = jasmine.createSpy('updateRouteWithUrl');
|
||||
clearPagination = jasmine.createSpy('clearPagination');
|
||||
getRouteParameterValue = jasmine.createSpy('getRouteParameterValue').and.returnValue(observableOf(''));
|
||||
getPageParam = jasmine.createSpy('getPageParam').and.returnValue(`page.${this.pagination.id}`);
|
||||
getPageParam = jasmine.createSpy('getPageParam').and.returnValue(`${this.pagination.id}.page`);
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user