diff --git a/jest.stubs.js b/jest.stubs.js index 99dd84dc..30e06751 100644 --- a/jest.stubs.js +++ b/jest.stubs.js @@ -5,7 +5,7 @@ if (!window.CSS) window.CSS = {}; window.CSS.supports = () => true; window.URL.createObjectURL = blob => { - return `blob:${serializeURL(location.origin)}/${uuid()}`; + return `blob: ${serializeURL(location.origin)}/${uuid()}`; }; window.URL.revokeObjectURL = url => {};