Page MenuHomec4science

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

File Metadata

Created
Sat, Oct 12, 17:16

tln-ontology-viewer.component.spec.ts

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

Event Timeline