From 632009f4681b0eed03843756a45239cbb096b67b Mon Sep 17 00:00:00 2001 From: Vito Albano Date: Thu, 20 Oct 2016 15:08:52 +0100 Subject: [PATCH] Removed unused imports --- .../src/components/widgets/typeahead/typeahead.widget.spec.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ng2-components/ng2-activiti-form/src/components/widgets/typeahead/typeahead.widget.spec.ts b/ng2-components/ng2-activiti-form/src/components/widgets/typeahead/typeahead.widget.spec.ts index 94d4a3637e..648bc7a68b 100644 --- a/ng2-components/ng2-activiti-form/src/components/widgets/typeahead/typeahead.widget.spec.ts +++ b/ng2-components/ng2-activiti-form/src/components/widgets/typeahead/typeahead.widget.spec.ts @@ -21,10 +21,6 @@ import { FormService } from '../../../services/form.service'; import { FormModel } from '../core/form.model'; import { FormFieldModel } from '../core/form-field.model'; import { FormFieldOption } from '../core/form-field-option'; -import { ComponentFixture, TestBed, async } from '@angular/core/testing'; -import { FakeFormService } from './assets/formService.service.mock'; -import { CoreModule } from 'ng2-alfresco-core'; -// import { fakeFormJson } from '../../../services/assets/widget-visibility.service.mock'; describe('TypeaheadWidget', () => {