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