summaryrefslogtreecommitdiff
path: root/packages/integrations/image/test/image-ssr-dev.test.js
diff options
context:
space:
mode:
authorGravatar tony-sull <tony-sull@users.noreply.github.com> 2022-08-30 21:12:45 +0000
committerGravatar fredkbot <fred+astrobot@astro.build> 2022-08-30 21:12:45 +0000
commit6f1fbd8be0a41803846c1f18938c73362c53c98b (patch)
tree49c520cf4efdcff89403bcdb05e430a6baab0dec /packages/integrations/image/test/image-ssr-dev.test.js
parent00c605ce350be83a07c5855f7b99ee41eee1ee38 (diff)
downloadastro-6f1fbd8be0a41803846c1f18938c73362c53c98b.tar.gz
astro-6f1fbd8be0a41803846c1f18938c73362c53c98b.tar.zst
astro-6f1fbd8be0a41803846c1f18938c73362c53c98b.zip
[ci] format
Diffstat (limited to 'packages/integrations/image/test/image-ssr-dev.test.js')
-rw-r--r--packages/integrations/image/test/image-ssr-dev.test.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/integrations/image/test/image-ssr-dev.test.js b/packages/integrations/image/test/image-ssr-dev.test.js
index 62a92a53c..03f105106 100644
--- a/packages/integrations/image/test/image-ssr-dev.test.js
+++ b/packages/integrations/image/test/image-ssr-dev.test.js
@@ -147,7 +147,7 @@ describe('SSR images with subpath - dev', function () {
root: './fixtures/basic-image/',
adapter: testAdapter(),
output: 'server',
- base: '/docs'
+ base: '/docs',
});
devServer = await fixture.startDevServer();