Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F91904320
ontology-properties.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:03
Size
713 B
Mime Type
text/x-java
Expires
Sun, Nov 17, 15:03 (2 d)
Engine
blob
Format
Raw Data
Handle
22344559
Attached To
rNIETZSCHEBETAAPP Nietzsche-Beta-App
ontology-properties.component.spec.ts
View Options
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
Log In to Comment