Skip to content

Commit 3c792de

Browse files
committed
chore(pivot): removed test fit
1 parent 688904c commit 3c792de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2096,7 +2096,7 @@ describe('IgxPivotGrid #pivotGrid', () => {
20962096
expect(pivotGrid.rowList.length).toBe(10);
20972097
});
20982098

2099-
fit('should have the correct IGridCellEventArgs when clicking on a cell', () => {
2099+
it('should have the correct IGridCellEventArgs when clicking on a cell', () => {
21002100
const pivotGrid = fixture.componentInstance.pivotGrid;
21012101
spyOn(pivotGrid.cellClick, 'emit').and.callThrough();
21022102
fixture.detectChanges();

0 commit comments

Comments
 (0)