External source items import new files

This commit is contained in:
Matteo Perelli
2020-06-22 19:59:29 +02:00
parent e7ef9dab20
commit 2f04b6ae83
6 changed files with 215 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
// import { ExternalSourceService } from '../../core/data/external-source.service';
/**
* Mock for [[ExternalSourceService]]
*/
/*export function getMockExternalSourceService():
ExternalSourceService {
return jasmine.createSpyObj('ExternalSourceService', {
getAllExternalSources: jasmine.createSpy('getAllExternalSources'),
getExternalSourceEntries: jasmine.createSpy('getExternalSourceEntries'),
});
}*/