Page MenuHomec4science

ontology-definition.component.spec.ts
No OneTemporary

File Metadata

Created
Tue, Sep 10, 05:12

ontology-definition.component.spec.ts

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

Event Timeline