Skip to content

Commit 7ad9adf

Browse files
chore(drop-down): Removing leftover fdescribe
1 parent b671b08 commit 7ad9adf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/igniteui-angular/src/lib/drop-down/drop-down.component.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const CSS_CLASS_DISABLED = 'igx-drop-down__item--disabled';
2929
const CSS_CLASS_HEADER = 'igx-drop-down__header';
3030
const CSS_CLASS_TABS = '.igx-tabs__header-item';
3131

32-
fdescribe('IgxDropDown ', () => {
32+
describe('IgxDropDown ', () => {
3333
let fixture;
3434
let dropdown: IgxDropDownComponent;
3535
describe('Unit tests', () => {

0 commit comments

Comments
 (0)