mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-18 07:23:03 +00:00
Add tests and fix tests
This commit is contained in:
@@ -2,6 +2,8 @@ import { BehaviorSubject, of as observableOf } from 'rxjs';
|
||||
|
||||
export class SearchConfigurationServiceStub {
|
||||
|
||||
public paginationID = 'test-id';
|
||||
|
||||
private searchOptions: BehaviorSubject<any> = new BehaviorSubject<any>({});
|
||||
private paginatedSearchOptions: BehaviorSubject<any> = new BehaviorSubject<any>({});
|
||||
|
||||
|
Reference in New Issue
Block a user