Skip to content

Commit 926d79a

Browse files
Ivan KitanovIvan Kitanov
authored andcommitted
chore(combo): Remove fdescribe
1 parent aa36463 commit 926d79a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/igniteui-angular/src/lib/combo/combo.component.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ const CSS_CLASS_ITME_CHECKBOX_CHECKED = 'igx-checkbox--checked';
5858
const defaultDropdownItemHeight = 40;
5959
const defaultDropdownItemMaxHeight = 400;
6060

61-
fdescribe('igxCombo', () => {
61+
describe('igxCombo', () => {
6262
let fixture: ComponentFixture<any>;
6363
let combo: IgxComboComponent;
6464
let input: DebugElement;

0 commit comments

Comments
 (0)