Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F92031251
page-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
Sat, Nov 16, 18:51
Size
693 B
Mime Type
text/x-java
Expires
Mon, Nov 18, 18:51 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
22366223
Attached To
rNIETZSCHEBETAAPP Nietzsche-Beta-App
page-version-view.component.spec.ts
View Options
import { async, ComponentFixture, TestBed } from '@angular/core/testing';
import { PageVersionViewComponent } from './page-version-view.component';
describe('PageVersionViewComponent', () => {
let component: PageVersionViewComponent;
let fixture: ComponentFixture<PageVersionViewComponent>;
beforeEach(async(() => {
TestBed.configureTestingModule({
declarations: [ PageVersionViewComponent ]
})
.compileComponents();
}));
beforeEach(() => {
fixture = TestBed.createComponent(PageVersionViewComponent);
component = fixture.componentInstance;
fixture.detectChanges();
});
it('should create', () => {
expect(component).toBeTruthy();
});
});
Event Timeline
Log In to Comment