Skip to content

Commit 36c6558

Browse files
committed
chore(pivot): Remove fdescribe
1 parent aef4b74 commit 36c6558

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.pipes.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { IgxNumberSummaryOperand } from '../summaries/grid-summary';
22
import { IPivotConfiguration, IPivotValue } from './pivot-grid.interface';
33
import { IgxPivotColumnPipe, IgxPivotRowPipe } from './pivot-grid.pipes';
44

5-
fdescribe('Pivot pipes', () => {
5+
describe('Pivot pipes', () => {
66
// This pipe is a pure, stateless function so no need for BeforeEach
77
const rowPipe = new IgxPivotRowPipe();
88
const columnPipe = new IgxPivotColumnPipe();

0 commit comments

Comments
 (0)