mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
Fixed linting and js-api tests
This commit is contained in:
committed by
DominikIwanek
parent
0beb976bf0
commit
9b615fcaef
@@ -59,7 +59,7 @@ describe('CreateProcessAttachmentComponent', () => {
|
||||
MatButtonModule,
|
||||
MatIconModule
|
||||
],
|
||||
providers: [{ provide: AlfrescoApiService, useClass: AlfrescoApiServiceMock },]
|
||||
providers: [{ provide: AlfrescoApiService, useClass: AlfrescoApiServiceMock }]
|
||||
});
|
||||
fixture = TestBed.createComponent(CreateProcessAttachmentComponent);
|
||||
component = fixture.componentInstance;
|
||||
|
||||
Reference in New Issue
Block a user