Skip to content

Commit b2ecfc1

Browse files
Copilotkdinev
andcommitted
Fix test cleanup in PDF exporter grid tests
Co-authored-by: kdinev <[email protected]>
1 parent ae94f01 commit b2ecfc1

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,6 @@ describe('PDF Grid Exporter', () => {
2828
spyOn(ExportUtilities as any, 'saveBlobToFile');
2929
});
3030

31-
afterEach(() => {
32-
exporter.columnExporting.unsubscribe();
33-
exporter.rowExporting.unsubscribe();
34-
});
35-
3631
it('should export grid as displayed.', (done) => {
3732
const fix = TestBed.createComponent(GridIDNameJobTitleComponent);
3833
fix.detectChanges();

0 commit comments

Comments
 (0)