Page MenuHomec4science

tln-viewer-navigation.component.spec.ts
No OneTemporary

File Metadata

Created
Sat, Oct 12, 10:36

tln-viewer-navigation.component.spec.ts

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

Event Timeline