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,
|
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);
|
||||||
|
|
Loading…
Add table
Reference in a new issue