Skip to content

Commit 8df6887

Browse files
committed
chore(combo): remove fdescribe#6450
1 parent 9824e7a commit 8df6887

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
@@ -57,7 +57,7 @@ const CSS_CLASS_EMPTY = 'igx-combo__empty';
5757
const defaultDropdownItemHeight = 40;
5858
const defaultDropdownItemMaxHeight = 400;
5959

60-
fdescribe('igxCombo', () => {
60+
describe('igxCombo', () => {
6161
let fixture;
6262
let combo: IgxComboComponent;
6363
let input: DebugElement;

0 commit comments

Comments
 (0)