From 7a810410561abf57eb7fbcbbc5154941f0ee103f Mon Sep 17 00:00:00 2001 From: Princesseuh Date: Wed, 4 Jan 2023 16:36:17 +0000 Subject: [PATCH] [ci] format --- packages/astro/test/test-utils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/astro/test/test-utils.js b/packages/astro/test/test-utils.js index f9e1e40ee5..8c12799f15 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');