diff options
author | 2023-01-05 16:42:57 +0000 | |
---|---|---|
committer | 2023-01-05 16:42:57 +0000 | |
commit | 2b6e41b1dc6563227272e73757f5ca99d89eaa0b (patch) | |
tree | b1bbb288c627435132ab8c9bb82cbc1ef627459f | |
parent | 9963c6e4d50c392c3d1ac4492237020f15ccb1de (diff) | |
download | astro-2b6e41b1dc6563227272e73757f5ca99d89eaa0b.tar.gz astro-2b6e41b1dc6563227272e73757f5ca99d89eaa0b.tar.zst astro-2b6e41b1dc6563227272e73757f5ca99d89eaa0b.zip |
[ci] format
-rw-r--r-- | packages/astro/test/astro-envs.test.js | 2 |
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. |