diff options
author | 2022-08-30 21:12:45 +0000 | |
---|---|---|
committer | 2022-08-30 21:12:45 +0000 | |
commit | 6f1fbd8be0a41803846c1f18938c73362c53c98b (patch) | |
tree | 49c520cf4efdcff89403bcdb05e430a6baab0dec /packages/integrations/image/test/image-ssr-dev.test.js | |
parent | 00c605ce350be83a07c5855f7b99ee41eee1ee38 (diff) | |
download | astro-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.js | 2 |
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(); |