summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar natemoo-re <natemoo-re@users.noreply.github.com> 2023-01-05 16:42:57 +0000
committerGravatar fredkbot <fred+astrobot@astro.build> 2023-01-05 16:42:57 +0000
commit2b6e41b1dc6563227272e73757f5ca99d89eaa0b (patch)
treeb1bbb288c627435132ab8c9bb82cbc1ef627459f
parent9963c6e4d50c392c3d1ac4492237020f15ccb1de (diff)
downloadastro-2b6e41b1dc6563227272e73757f5ca99d89eaa0b.tar.gz
astro-2b6e41b1dc6563227272e73757f5ca99d89eaa0b.tar.zst
astro-2b6e41b1dc6563227272e73757f5ca99d89eaa0b.zip
[ci] format
-rw-r--r--packages/astro/test/astro-envs.test.js2
1 files changed, 1 insertions, 1 deletions
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.