summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar natemoo-re <natemoo-re@users.noreply.github.com> 2023-08-01 23:09:10 +0000
committerGravatar astrobot-houston <fred+astrobot@astro.build> 2023-08-01 23:09:10 +0000
commit2f06923764ff61b758604776e288c8ed5f1cebea (patch)
tree017fa2f9811ad420c0785553f6e6e46229fe2f66
parent560d0dab1cc7510e5d01f38955c13b329ebf66ff (diff)
downloadastro-2f06923764ff61b758604776e288c8ed5f1cebea.tar.gz
astro-2f06923764ff61b758604776e288c8ed5f1cebea.tar.zst
astro-2f06923764ff61b758604776e288c8ed5f1cebea.zip
[ci] format
-rw-r--r--packages/integrations/vercel/test/static-assets.test.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/integrations/vercel/test/static-assets.test.js b/packages/integrations/vercel/test/static-assets.test.js
index b2bb4542f..c22ad5019 100644
--- a/packages/integrations/vercel/test/static-assets.test.js
+++ b/packages/integrations/vercel/test/static-assets.test.js
@@ -13,7 +13,7 @@ describe('Static Assets', () => {
adapter,
build: {
assets,
- }
+ },
});
await fixture.build();
}