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