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