We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f2f55c commit 403c045Copy full SHA for 403c045
projects/igniteui-angular/src/lib/grids/pivot-grid/pivot-grid.pipes.spec.ts
@@ -2,7 +2,7 @@ import { IgxNumberSummaryOperand } from '../summaries/grid-summary';
2
import { IPivotConfiguration } from './pivot-grid.interface';
3
import { IgxPivotColumnPipe, IgxPivotRowPipe } from './pivot-grid.pipes';
4
5
-fdescribe('Pivot pipes', () => {
+describe('Pivot pipes', () => {
6
// This pipe is a pure, stateless function so no need for BeforeEach
7
const rowPipe = new IgxPivotRowPipe();
8
const columnPipe = new IgxPivotColumnPipe();
0 commit comments