This commit is contained in:
wuls 2023-05-24 13:24:26 +08:00 committed by Nate Moore
parent 0e1e20b817
commit 5030094099

View file

@ -173,6 +173,7 @@ export async function loadFixture(inlineConfig) {
config, config,
resolveUrl, resolveUrl,
fetch: async (url, init) => { fetch: async (url, init) => {
console.log(resolveUrl(url), 'test')
const resolvedUrl = resolveUrl(url); const resolvedUrl = resolveUrl(url);
try { try {
return await fetch(resolvedUrl, init); return await fetch(resolvedUrl, init);