mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-18 15:33:04 +00:00
Added more tests
This commit is contained in:
@@ -80,15 +80,4 @@ describe('IntegrationService', () => {
|
||||
});
|
||||
});
|
||||
|
||||
// describe('getConfigBySearch', () => {
|
||||
//
|
||||
// it('should configure a new ConfigRequest', () => {
|
||||
// findOptions.uuid = uuid;
|
||||
// const expected = new ConfigRequest(requestService.generateRequestId(), searchEndpoint);
|
||||
// scheduler.schedule(() => service.getConfigBySearch(findOptions).subscribe());
|
||||
// scheduler.flush();
|
||||
//
|
||||
// expect(requestService.configure).toHaveBeenCalledWith(expected);
|
||||
// });
|
||||
// });
|
||||
});
|
||||
|
Reference in New Issue
Block a user