mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
improve test coverage document-list.service
This commit is contained in:
@@ -58,10 +58,7 @@ export class DocumentListService {
|
||||
'application/vnd.apple.numbers': 'ft_ic_spreadsheet.svg'
|
||||
};
|
||||
|
||||
constructor(
|
||||
private authService: AlfrescoAuthenticationService,
|
||||
private contentService: AlfrescoContentService
|
||||
) {
|
||||
constructor(private authService: AlfrescoAuthenticationService, private contentService: AlfrescoContentService) {
|
||||
}
|
||||
|
||||
private getAlfrescoApi(): AlfrescoJsApi {
|
||||
|
Reference in New Issue
Block a user