date-picker.component.spec.ts (dspace-angular-dspace-7.0) | : | date-picker.component.spec.ts (dspace-angular-dspace-7.1) | ||
---|---|---|---|---|
skipping to change at line 71 | skipping to change at line 71 | |||
})); | })); | |||
describe('', () => { | describe('', () => { | |||
// synchronous beforeEach | // synchronous beforeEach | |||
beforeEach(() => { | beforeEach(() => { | |||
html = ` | html = ` | |||
<ds-date-picker | <ds-date-picker | |||
[bindId]='bindId' | [bindId]='bindId' | |||
[group]='group' | [group]='group' | |||
[model]='model' | [model]='model' | |||
[legend]='legend' | ||||
(blur)='onBlur($event)' | (blur)='onBlur($event)' | |||
(change)='onValueChange($event)' | (change)='onValueChange($event)' | |||
(focus)='onFocus($event)'></ds-date-picker>`; | (focus)='onFocus($event)'></ds-date-picker>`; | |||
testFixture = createTestComponent(html, TestComponent) as ComponentFixture <TestComponent>; | testFixture = createTestComponent(html, TestComponent) as ComponentFixture <TestComponent>; | |||
testComp = testFixture.componentInstance; | testComp = testFixture.componentInstance; | |||
}); | }); | |||
it('should create DsDatePickerComponent', inject([DsDatePickerComponent], (a pp: DsDatePickerComponent) => { | it('should create DsDatePickerComponent', inject([DsDatePickerComponent], (a pp: DsDatePickerComponent) => { | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 1 lines changed or added |