I\'m developping a reactJs application. I\'m using jest to test my application. I want to test a function that download a blob.
But unfortunately I receve this error
You just have to Write this in your setupTest.js
window.URL.createObjectURL = function() {};