Skip to content

Commit 47e586e

Browse files
committed
test(Chips): #2530 Removed the 'f'.
1 parent cf54d33 commit 47e586e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: projects/igniteui-angular/src/lib/chips/chip.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ class TestChipsLabelAndSuffixComponent {
7878
public chips: QueryList<IgxChipComponent>;
7979
}
8080

81-
fdescribe('IgxChip', () => {
81+
describe('IgxChip', () => {
8282
const CHIP_ITEM_AREA = 'igx-chip__item';
8383
const CHIP_CONNECTOR = 'igx-chip__connector';
8484

0 commit comments

Comments
 (0)