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