summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Princesseuh <Princesseuh@users.noreply.github.com> 2023-01-04 16:36:17 +0000
committerGravatar fredkbot <fred+astrobot@astro.build> 2023-01-04 16:36:17 +0000
commit7a810410561abf57eb7fbcbbc5154941f0ee103f (patch)
tree7ff41d0aebb1abcdd87d927b5512d6ad8428f30f
parent63745f8d5ab89b771a18846e7415eed6392d85d9 (diff)
downloadastro-7a810410561abf57eb7fbcbbc5154941f0ee103f.tar.gz
astro-7a810410561abf57eb7fbcbbc5154941f0ee103f.tar.zst
astro-7a810410561abf57eb7fbcbbc5154941f0ee103f.zip
[ci] format
-rw-r--r--packages/astro/test/test-utils.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/astro/test/test-utils.js b/packages/astro/test/test-utils.js
index f9e1e40ee..8c12799f1 100644
--- a/packages/astro/test/test-utils.js
+++ b/packages/astro/test/test-utils.js
@@ -243,7 +243,7 @@ const cliPath = fileURLToPath(new URL('../astro.js', import.meta.url));
/** Returns a process running the Astro CLI. */
export function cli(/** @type {string[]} */ ...args) {
- const spawned = execa('node', [cliPath, ...args], { env: {'ASTRO_TELEMETRY_DISABLED': true}});
+ const spawned = execa('node', [cliPath, ...args], { env: { ASTRO_TELEMETRY_DISABLED: true } });
spawned.stdout.setEncoding('utf8');