Skip to content

Commit bc3a746

Browse files
committed
chore(tests): remove fdescribe from datepicker tests
1 parent 2339866 commit bc3a746

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ const DATE_PICKER_CLEAR_ICON = 'clear';
3535
const CSS_CLASS_INPUT_GROUP_REQUIRED = 'igx-input-group--required';
3636
const CSS_CLASS_INPUT_GROUP_INVALID = 'igx-input-group--invalid';
3737

38-
fdescribe('IgxDatePicker', () => {
38+
describe('IgxDatePicker', () => {
3939
describe('Integration tests', () => {
4040
configureTestSuite();
4141
beforeAll(waitForAsync(() => {

0 commit comments

Comments
 (0)