#572 activiti form model tests and code improvements

- full test coverage for model layer
This commit is contained in:
Denys Vuika
2016-08-16 13:55:50 +01:00
parent 42cfdd093d
commit c55e976f67
5 changed files with 274 additions and 47 deletions

View File

@@ -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();
});
});