Skip to content

Commit d6563b8

Browse files
committed
fix(CSV Export): Removed unused import.
1 parent 48c6e32 commit d6563b8

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

projects/igniteui-angular/src/lib/services/csv/char-separated-value-data.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { ExportUtilities } from '../exporter-common/export-utilities';
22
import { yieldingLoop } from '../../core/utils';
3-
import { ExportHeaderType, IColumnInfo } from '../exporter-common/base-export-service';
3+
import { IColumnInfo } from '../exporter-common/base-export-service';
44

55
/**
66
* @hidden

projects/igniteui-angular/src/lib/services/csv/csv-exporter-grid.spec.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -553,7 +553,6 @@ describe('CSV Grid Exporter', () => {
553553

554554
it('should export pivot grid successfully.', async () => {
555555
await wait();
556-
debugger
557556
const wrapper = await getExportedData(pivotGrid, options);
558557
wrapper.verifyData(wrapper.pivotGridData);
559558
});

0 commit comments

Comments
 (0)