Skip to content

Commit 3155f94

Browse files
committed
chore(*): remove fdescribe
1 parent 97499af commit 3155f94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/igniteui-angular/src/lib/date-range-picker/date-range-picker.component.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ const CSS_CLASS_CALENDAR_HEADER_TITLE = '.igx-calendar__header-year';
5050
const CSS_CLASS_CALENDAR_SUBHEADER = '.igx-calendar-picker__dates';
5151
const CSS_CLASS_CALENDAR_HEADER = '.igx-calendar__header';
5252
const CSS_CLASS_CALENDAR_WRAPPER_VERTICAL = 'igx-calendar__wrapper--vertical';
53-
fdescribe('IgxDateRangePicker', () => {
53+
describe('IgxDateRangePicker', () => {
5454
describe('Unit tests: ', () => {
5555
let mockElement: any;
5656
let mockApplicationRef: any;

0 commit comments

Comments
 (0)