Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F91905128
ontology-viewer.component.spec.ts
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Fri, Nov 15, 15:12
Size
685 B
Mime Type
text/x-java
Expires
Sun, Nov 17, 15:12 (2 d)
Engine
blob
Format
Raw Data
Handle
22344046
Attached To
rNIETZSCHEBETAAPP Nietzsche-Beta-App
ontology-viewer.component.spec.ts
View Options
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
Log In to Comment