From 5030094099a7a17b82a13cbdddc6a22ab30c0e52 Mon Sep 17 00:00:00 2001 From: wuls Date: Wed, 24 May 2023 13:24:26 +0800 Subject: [PATCH] test --- packages/astro/test/test-utils.js | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/astro/test/test-utils.js b/packages/astro/test/test-utils.js index 27f5d83f7..415cb48ce 100644 --- a/packages/astro/test/test-utils.js +++ b/packages/astro/test/test-utils.js @@ -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);