Skip to content

Commit 999b4aa

Browse files
committed
chore(*): Get the spy back.
1 parent f94ce6d commit 999b4aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ describe('PDF Grid Exporter', () => {
3535
options = new IgxPdfExporterOptions('PdfGridExport');
3636

3737
// Spy the saveBlobToFile method so the files are not really created
38-
// spyOn(ExportUtilities as any, 'saveBlobToFile');
38+
spyOn(ExportUtilities as any, 'saveBlobToFile');
3939
});
4040

4141
it('should export grid as displayed.', (done) => {

0 commit comments

Comments
 (0)