From 2b6e41b1dc6563227272e73757f5ca99d89eaa0b Mon Sep 17 00:00:00 2001 From: natemoo-re Date: Thu, 5 Jan 2023 16:42:57 +0000 Subject: [PATCH] [ci] format --- packages/astro/test/astro-envs.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/astro/test/astro-envs.test.js b/packages/astro/test/astro-envs.test.js index 17648ef31..534604f70 100644 --- a/packages/astro/test/astro-envs.test.js +++ b/packages/astro/test/astro-envs.test.js @@ -53,7 +53,7 @@ describe('Environment Variables', () => { it('includes public env in client-side JS', async () => { let dirs = await fixture.readdir('/assets'); - console.log(dirs) + console.log(dirs); let found = false; // Look in all of the .js files to see if the public env is inlined.