test
This commit is contained in:
parent
0e1e20b817
commit
5030094099
1 changed files with 1 additions and 0 deletions
|
@ -173,6 +173,7 @@ export async function loadFixture(inlineConfig) {
|
|||
config,
|
||||
resolveUrl,
|
||||
fetch: async (url, init) => {
|
||||
console.log(resolveUrl(url), 'test')
|
||||
const resolvedUrl = resolveUrl(url);
|
||||
try {
|
||||
return await fetch(resolvedUrl, init);
|
||||
|
|
Loading…
Reference in a new issue