Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F120390551
branch-ul-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
Fri, Jul 4, 00:51
Size
651 B
Mime Type
text/x-java
Expires
Sun, Jul 6, 00:51 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
27169030
Attached To
R8244 Eawag_Swing_Weight_Elicitation
branch-ul-f.component.spec.ts
View Options
import { async, ComponentFixture, TestBed } from '@angular/core/testing';
import { BranchUlFComponent } from './branch-ul-f.component';
describe('BranchUlFComponent', () => {
let component: BranchUlFComponent;
let fixture: ComponentFixture<BranchUlFComponent>;
beforeEach(async(() => {
TestBed.configureTestingModule({
declarations: [ BranchUlFComponent ]
})
.compileComponents();
}));
beforeEach(() => {
fixture = TestBed.createComponent(BranchUlFComponent);
component = fixture.componentInstance;
fixture.detectChanges();
});
it('should create', () => {
expect(component).toBeTruthy();
});
});
Event Timeline
Log In to Comment