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