// import {async, ComponentFixture, TestBed} from '@angular/core/testing'; // // import {ItemViewComponent} from './item-view.component'; // // describe('ItemViewComponent', () => { // let component: ItemViewComponent; // let fixture: ComponentFixture; // // beforeEach(async(() => { // TestBed.configureTestingModule({ // declarations: [ ItemViewComponent ] // }) // .compileComponents(); // })); // // beforeEach(() => { // fixture = TestBed.createComponent(ItemViewComponent); // component = fixture.componentInstance; // fixture.detectChanges(); // }); // // it('should create', () => { // expect(component).toBeTruthy(); // }); // });