summaryrefslogtreecommitdiff
path: root/packages/integrations/image/test/image-ssg.test.js
diff options
context:
space:
mode:
authorGravatar matthewp <matthewp@users.noreply.github.com> 2022-08-22 19:49:45 +0000
committerGravatar fredkbot <fred+astrobot@astro.build> 2022-08-22 19:49:45 +0000
commita20e811795c1294b446cfe1b83554dc8ef731628 (patch)
treed83cfeccb1ffb354424fab4fa84b87f52c8b819b /packages/integrations/image/test/image-ssg.test.js
parent457e559cd5e8ac367598bb562a0350bbddb5dac7 (diff)
downloadastro-a20e811795c1294b446cfe1b83554dc8ef731628.tar.gz
astro-a20e811795c1294b446cfe1b83554dc8ef731628.tar.zst
astro-a20e811795c1294b446cfe1b83554dc8ef731628.zip
[ci] format
Diffstat (limited to 'packages/integrations/image/test/image-ssg.test.js')
-rw-r--r--packages/integrations/image/test/image-ssg.test.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/integrations/image/test/image-ssg.test.js b/packages/integrations/image/test/image-ssg.test.js
index 47bbe76b7..5b1b65b49 100644
--- a/packages/integrations/image/test/image-ssg.test.js
+++ b/packages/integrations/image/test/image-ssg.test.js
@@ -85,7 +85,7 @@ describe('SSG images', function () {
verifyImage(`_image/googlelogo_color_272x92dp-${HASH_WITH_QUERY}_544x184.webp`, {
width: 544,
height: 184,
- type: 'webp'
+ type: 'webp',
});
});
});