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