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