Page MenuHomec4science

ontology-properties.component.spec.ts
No OneTemporary

File Metadata

Created
Sat, Oct 12, 16:29

ontology-properties.component.spec.ts

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

Event Timeline