Added unit tests for services

This commit is contained in:
Vito Albano
2016-09-30 03:47:49 +01:00
parent 336ffe75d8
commit 0b7f3cc9a6
4 changed files with 271 additions and 63 deletions

View File

@@ -50,7 +50,7 @@ export class EcmUserService {
return this.getUserInfo('-me-');
}
private callApiGetPersonInfo(userName: string, opts?: any) {
callApiGetPersonInfo(userName: string, opts?: any) {
return this.authService.getAlfrescoApi().core.peopleApi.getPerson(userName, opts);
}