Page MenuHomec4science

survey-v2.component.spec.ts
No OneTemporary

File Metadata

Created
Thu, Jul 3, 05:47

survey-v2.component.spec.ts

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

Event Timeline