Page MenuHomec4science

tln-information.component.spec.ts
No OneTemporary

File Metadata

Created
Wed, Aug 7, 08:19

tln-information.component.spec.ts

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

Event Timeline