mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
#572 activiti form model tests and code improvements
- full test coverage for model layer
This commit is contained in:
@@ -16,11 +16,13 @@
|
||||
*/
|
||||
|
||||
import { it, describe, expect } from '@angular/core/testing';
|
||||
import { ActivitiForm } from './activiti-form.component';
|
||||
|
||||
describe('ActivitiForm', () => {
|
||||
|
||||
it('test placeholder', () => {
|
||||
expect(true).toBeTruthy();
|
||||
let form = new ActivitiForm(null);
|
||||
expect(form).toBeDefined();
|
||||
});
|
||||
|
||||
});
|
||||
|
Reference in New Issue
Block a user