UNPKG

ng2-date-picker-pda-forked

Version:
10 lines (7 loc) 269 B
import {DatePickerComponent} from './date-picker.component'; describe('Component: DpDayPicker', () => { const component = new DatePickerComponent(null, null, null, null, null); it('should create an instance', () => { expect(component).toBeTruthy(); }); });