global.fetch = Object.assign( () => { throw new Error("Tests must mock fetch explicitly"); }, { preconnect: fetch.preconnect }, ) as typeof fetch;