mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-26 17:24:56 +00:00
Fix unit tests
This commit is contained in:
parent
0f71bc1ba9
commit
0df53cde7a
@ -41,7 +41,7 @@ describe('ActivitiForm', () => {
|
|||||||
window['componentHandler'] = componentHandler;
|
window['componentHandler'] = componentHandler;
|
||||||
|
|
||||||
formService = new FormService(null, null);
|
formService = new FormService(null, null);
|
||||||
formComponent = new ActivitiForm(formService, visibilityService, null, null, null);
|
formComponent = new ActivitiForm(formService, visibilityService, null, null);
|
||||||
});
|
});
|
||||||
|
|
||||||
it('should upgrade MDL content on view checked', () => {
|
it('should upgrade MDL content on view checked', () => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user