Page MenuHomec4science

tln-type.component.spec.ts
No OneTemporary

File Metadata

Created
Sun, Aug 4, 07:13

tln-type.component.spec.ts

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

Event Timeline