fix test error
This commit is contained in:
parent
234b04252a
commit
f346ae2827
1 changed files with 0 additions and 1 deletions
|
@ -173,7 +173,6 @@ 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