// jest.setup.js if (typeof window.URL.createObjectURL !== 'function') { window.URL.createObjectURL = () => 'blob://dummy'; }