Skip to content

Commit ab2b819

Browse files
committed
test(simple-combo): Removing unnecessary code
1 parent ee3cde5 commit ab2b819

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ const CSS_CLASS_INPUT_GROUP_INVALID = 'igx-input-group--invalid';
4545
const defaultDropdownItemHeight = 40;
4646
const defaultDropdownItemMaxHeight = 400;
4747

48-
fdescribe('IgxSimpleCombo', () => {
48+
describe('IgxSimpleCombo', () => {
4949
let fixture: ComponentFixture<any>;
5050
let combo: IgxSimpleComboComponent;
5151
let input: DebugElement;

0 commit comments

Comments
 (0)