Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F92066514
version-view.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
Sun, Nov 17, 02:01
Size
664 B
Mime Type
text/x-java
Expires
Tue, Nov 19, 02:01 (2 d)
Engine
blob
Format
Raw Data
Handle
22341791
Attached To
rNIETZSCHEBETAAPP Nietzsche-Beta-App
version-view.component.spec.ts
View Options
import { async, ComponentFixture, TestBed } from '@angular/core/testing';
import { VersionViewComponent } from './version-view.component';
describe('VersionViewComponent', () => {
let component: VersionViewComponent;
let fixture: ComponentFixture<VersionViewComponent>;
beforeEach(async(() => {
TestBed.configureTestingModule({
declarations: [ VersionViewComponent ]
})
.compileComponents();
}));
beforeEach(() => {
fixture = TestBed.createComponent(VersionViewComponent);
component = fixture.componentInstance;
fixture.detectChanges();
});
it('should create', () => {
expect(component).toBeTruthy();
});
});
Event Timeline
Log In to Comment