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