Added more tests

This commit is contained in:
Giuseppe Digilio
2018-06-25 19:17:33 +02:00
parent e6c68c9396
commit 5d377287ad
10 changed files with 471 additions and 50 deletions

View File

@@ -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);
// });
// });
});