Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F102864174
branch4-r.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
Mon, Feb 24, 23:55
Size
643 B
Mime Type
text/x-java
Expires
Wed, Feb 26, 23:55 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
24444550
Attached To
R8244 Eawag_Swing_Weight_Elicitation
branch4-r.component.spec.ts
View Options
import { async, ComponentFixture, TestBed } from '@angular/core/testing';
import { Branch4RComponent } from './branch4-r.component';
describe('Branch4RComponent', () => {
let component: Branch4RComponent;
let fixture: ComponentFixture<Branch4RComponent>;
beforeEach(async(() => {
TestBed.configureTestingModule({
declarations: [ Branch4RComponent ]
})
.compileComponents();
}));
beforeEach(() => {
fixture = TestBed.createComponent(Branch4RComponent);
component = fixture.componentInstance;
fixture.detectChanges();
});
it('should create', () => {
expect(component).toBeTruthy();
});
});
Event Timeline
Log In to Comment