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