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 13c8c52 commit d68b49cCopy full SHA for d68b49c
projects/igniteui-angular/src/lib/simple-combo/simple-combo.component.spec.ts
@@ -41,7 +41,7 @@ const CSS_CLASS_INPUT_GROUP_INVALID = 'igx-input-group--invalid';
41
const defaultDropdownItemHeight = 40;
42
const defaultDropdownItemMaxHeight = 240;
43
44
-fdescribe('IgxSimpleCombo', () => {
+describe('IgxSimpleCombo', () => {
45
let fixture: ComponentFixture<any>;
46
let combo: IgxSimpleComboComponent;
47
let input: DebugElement;
0 commit comments