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