Page MenuHomec4science

ontology-viewer.component.spec.ts
No OneTemporary

File Metadata

Created
Sat, Oct 12, 16:43

ontology-viewer.component.spec.ts

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

Event Timeline