diff options
author | 2024-03-07 18:16:14 +0000 | |
---|---|---|
committer | 2024-03-07 18:16:14 +0000 | |
commit | 123f6f855129d2272f8619c685a848ee40fe9535 (patch) | |
tree | d3610415e5ede3b7cd2482d917ab646a9a173e77 /packages/create-astro/test/utils.js | |
parent | 2aec2cdc21f48f9b4f1dd82e2fd16fa3d653ccc5 (diff) | |
download | astro-123f6f855129d2272f8619c685a848ee40fe9535.tar.gz astro-123f6f855129d2272f8619c685a848ee40fe9535.tar.zst astro-123f6f855129d2272f8619c685a848ee40fe9535.zip |
[ci] format
Diffstat (limited to 'packages/create-astro/test/utils.js')
-rw-r--r-- | packages/create-astro/test/utils.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/create-astro/test/utils.js b/packages/create-astro/test/utils.js index 62775a2ef..2c363607d 100644 --- a/packages/create-astro/test/utils.js +++ b/packages/create-astro/test/utils.js @@ -48,7 +48,7 @@ const resetNotEmptyFixture = async () => { build: 'astro build', preview: 'astro preview', }, - dependencies: undefined + dependencies: undefined, }); return Promise.all([ |