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 2583aee commit 9ec1613Copy full SHA for 9ec1613
projects/igniteui-angular/src/lib/grids/pivot-grid/pivot-grid.spec.ts
@@ -2621,7 +2621,6 @@ describe('IgxPivotGrid #pivotGrid', () => {
2621
});
2622
2623
it('should allow setting aggregatorName instead of aggregator.', () => {
2624
- const pivotGrid = fixture.componentInstance.pivotGrid;
2625
pivotGrid.pivotConfiguration.values = [
2626
{
2627
member: 'UnitsSold',
@@ -2643,7 +2642,6 @@ describe('IgxPivotGrid #pivotGrid', () => {
2643
2642
2644
2645
it('should use aggregatorName if both aggregatorName and aggregator are set at the same time.', () => {
2646
2647
2648
2649
0 commit comments