diff --git a/src/app/features/tasks/task-additional-info-wrapper/task-additional-info-wrapper.component.spec.ts b/src/app/features/tasks/task-additional-info-wrapper/task-additional-info-wrapper.component.spec.ts index a4e0b92a5ba..fba1c5e1f5b 100644 --- a/src/app/features/tasks/task-additional-info-wrapper/task-additional-info-wrapper.component.spec.ts +++ b/src/app/features/tasks/task-additional-info-wrapper/task-additional-info-wrapper.component.spec.ts @@ -1,25 +1,25 @@ -import { async, ComponentFixture, TestBed } from '@angular/core/testing'; - -import { TaskAdditionalInfoWrapperComponent } from './task-additional-info-wrapper.component'; - -describe('TaskAdditionalInfoWrapperComponent', () => { - let component: TaskAdditionalInfoWrapperComponent; - let fixture: ComponentFixture; - - beforeEach(async(() => { - TestBed.configureTestingModule({ - declarations: [ TaskAdditionalInfoWrapperComponent ] - }) - .compileComponents(); - })); - - beforeEach(() => { - fixture = TestBed.createComponent(TaskAdditionalInfoWrapperComponent); - component = fixture.componentInstance; - fixture.detectChanges(); - }); - - it('should create', () => { - expect(component).toBeTruthy(); - }); -}); +// import { async, ComponentFixture, TestBed } from '@angular/core/testing'; +// +// import { TaskAdditionalInfoWrapperComponent } from './task-additional-info-wrapper.component'; +// +// describe('TaskAdditionalInfoWrapperComponent', () => { +// let component: TaskAdditionalInfoWrapperComponent; +// let fixture: ComponentFixture; +// +// beforeEach(async(() => { +// TestBed.configureTestingModule({ +// declarations: [ TaskAdditionalInfoWrapperComponent ] +// }) +// .compileComponents(); +// })); +// +// beforeEach(() => { +// fixture = TestBed.createComponent(TaskAdditionalInfoWrapperComponent); +// component = fixture.componentInstance; +// fixture.detectChanges(); +// }); +// +// it('should create', () => { +// expect(component).toBeTruthy(); +// }); +// });