summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar bluwy <bluwy@users.noreply.github.com> 2022-11-03 15:33:10 +0000
committerGravatar fredkbot <fred+astrobot@astro.build> 2022-11-03 15:33:10 +0000
commite7dc8b956d7b54b585c4469da258e1d5c051cee9 (patch)
tree90c3d3a4bb01ee22448fbbcf991d601bfc957510
parente3cddb433d8b15cafafe4ee3cc1eade3a15cd2ec (diff)
downloadastro-e7dc8b956d7b54b585c4469da258e1d5c051cee9.tar.gz
astro-e7dc8b956d7b54b585c4469da258e1d5c051cee9.tar.zst
astro-e7dc8b956d7b54b585c4469da258e1d5c051cee9.zip
[ci] format
-rw-r--r--packages/astro/test/test-utils.js6
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;