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