From e7dc8b956d7b54b585c4469da258e1d5c051cee9 Mon Sep 17 00:00:00 2001 From: bluwy Date: Thu, 3 Nov 2022 15:33:10 +0000 Subject: [PATCH] [ci] format --- packages/astro/test/test-utils.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/astro/test/test-utils.js b/packages/astro/test/test-utils.js index 29527df72..2c11c7d23 100644 --- a/packages/astro/test/test-utils.js +++ b/packages/astro/test/test-utils.js @@ -74,10 +74,10 @@ export async function loadFixture(inlineConfig) { // TODO: Remove this to test in Node >= 17 where the dns resolver is verbatim if (!inlineConfig?.server) { inlineConfig.server = { - host: '127.0.0.1' - } + host: '127.0.0.1', + }; } - + // load config let cwd = inlineConfig.root; delete inlineConfig.root;