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