Page MenuHomec4science

line-reference.component.spec.ts
No OneTemporary

File Metadata

Created
Tue, Feb 4, 23:36

line-reference.component.spec.ts

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

Event Timeline