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 400019c commit 70bd11fCopy full SHA for 70bd11f
1 file changed
packages/excel-builder-vanilla/src/__tests__/factory.spec.ts
@@ -68,7 +68,7 @@ describe('ExcelExportService', () => {
68
describe('downloadExcelFile() method', () => {
69
it('should be able to download Excel file via browser', async () => {
70
const createUrlSpy = vi.spyOn(URL, 'createObjectURL');
71
- const revokeUrlSpy = vi.spyOn(URL, 'createObjectURL');
+ const revokeUrlSpy = vi.spyOn(URL, 'revokeObjectURL');
72
const anchorSpy = vi.spyOn(document, 'createElement');
73
74
const workbook = createWorkbook();
0 commit comments