// vitest-setup.js
if (typeof globalThis.URL.createObjectURL === "undefined") {
globalThis.URL.createObjectURL = () => "http://mocked-url.com";
}