Skip to content

Commit 3acd2bf

Browse files
HristoP96HristoP96
authored andcommitted
chore(*): remove f from function
1 parent bea0bab commit 3acd2bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/igniteui-angular/src/lib/grids/grid/grid.sorting.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ function getCurrentCellFromGrid(grid, rowIndex, cellIndex) {
2424
return gridCell;
2525
}
2626

27-
fdescribe('IgxGrid - Grid Sorting #grid', () => {
27+
describe('IgxGrid - Grid Sorting #grid', () => {
2828

2929
configureTestSuite();
3030
let fixture;

0 commit comments

Comments
 (0)