Skip to content

Commit 403c045

Browse files
MKirovaMKirova
authored andcommitted
remove fdescribe
1 parent 2f2f55c commit 403c045

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 } 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)