We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2339866 commit bc3a746Copy full SHA for bc3a746
projects/igniteui-angular/src/lib/date-picker/date-picker.component.spec.ts
@@ -35,7 +35,7 @@ const DATE_PICKER_CLEAR_ICON = 'clear';
35
const CSS_CLASS_INPUT_GROUP_REQUIRED = 'igx-input-group--required';
36
const CSS_CLASS_INPUT_GROUP_INVALID = 'igx-input-group--invalid';
37
38
-fdescribe('IgxDatePicker', () => {
+describe('IgxDatePicker', () => {
39
describe('Integration tests', () => {
40
configureTestSuite();
41
beforeAll(waitForAsync(() => {
0 commit comments