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