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 aef4b74 commit 36c6558Copy full SHA for 36c6558
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, IPivotValue } 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