Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F120247783
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
Wed, Jul 2, 23:04
Size
707 B
Mime Type
text/x-java
Expires
Fri, Jul 4, 23:04 (2 d)
Engine
blob
Format
Raw Data
Handle
27141821
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