diff options
author | 2022-11-03 15:33:10 +0000 | |
---|---|---|
committer | 2022-11-03 15:33:10 +0000 | |
commit | e7dc8b956d7b54b585c4469da258e1d5c051cee9 (patch) | |
tree | 90c3d3a4bb01ee22448fbbcf991d601bfc957510 | |
parent | e3cddb433d8b15cafafe4ee3cc1eade3a15cd2ec (diff) | |
download | astro-e7dc8b956d7b54b585c4469da258e1d5c051cee9.tar.gz astro-e7dc8b956d7b54b585c4469da258e1d5c051cee9.tar.zst astro-e7dc8b956d7b54b585c4469da258e1d5c051cee9.zip |
[ci] format
-rw-r--r-- | packages/astro/test/test-utils.js | 6 |
1 files 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; |