Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F120370683
result.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
Thu, Jul 3, 20:38
Size
628 B
Mime Type
text/x-java
Expires
Sat, Jul 5, 20:38 (2 d)
Engine
blob
Format
Raw Data
Handle
27179068
Attached To
R8244 Eawag_Swing_Weight_Elicitation
result.component.spec.ts
View Options
import { async, ComponentFixture, TestBed } from '@angular/core/testing';
import { ResultComponent } from './result.component';
describe('ResultComponent', () => {
let component: ResultComponent;
let fixture: ComponentFixture<ResultComponent>;
beforeEach(async(() => {
TestBed.configureTestingModule({
declarations: [ ResultComponent ]
})
.compileComponents();
}));
beforeEach(() => {
fixture = TestBed.createComponent(ResultComponent);
component = fixture.componentInstance;
fixture.detectChanges();
});
it('should create', () => {
expect(component).toBeTruthy();
});
});
Event Timeline
Log In to Comment