diff options
author | 2022-09-30 17:29:32 +0000 | |
---|---|---|
committer | 2022-09-30 17:29:32 +0000 | |
commit | 7fdd494236a527057b4ba37b99094d6a733aef4f (patch) | |
tree | a2d0d4b7cb4e39164e9b61445bea63640e8d906a | |
parent | 64a1d712efd3cc80c0b9aed9f2ead1487f8db07b (diff) | |
download | astro-7fdd494236a527057b4ba37b99094d6a733aef4f.tar.gz astro-7fdd494236a527057b4ba37b99094d6a733aef4f.tar.zst astro-7fdd494236a527057b4ba37b99094d6a733aef4f.zip |
[ci] format
-rw-r--r-- | packages/integrations/image/test/image-ssg.test.js | 2 | ||||
-rw-r--r-- | packages/integrations/image/test/image-ssr-dev.test.js | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/packages/integrations/image/test/image-ssg.test.js b/packages/integrations/image/test/image-ssg.test.js index 598b0a8ec..893fd4da8 100644 --- a/packages/integrations/image/test/image-ssg.test.js +++ b/packages/integrations/image/test/image-ssg.test.js @@ -32,7 +32,7 @@ describe('SSG images - dev', function () { title: 'Local image no transforms', id: '#no-transforms', url: '/@astroimage/assets/social.jpg', - query: { } + query: {}, }, { title: 'Filename with spaces', diff --git a/packages/integrations/image/test/image-ssr-dev.test.js b/packages/integrations/image/test/image-ssr-dev.test.js index 105f52717..9b48dbeab 100644 --- a/packages/integrations/image/test/image-ssr-dev.test.js +++ b/packages/integrations/image/test/image-ssr-dev.test.js @@ -36,7 +36,7 @@ describe('SSR images - dev', function () { title: 'Local image no transforms', id: '#no-transforms', url: '/@astroimage/assets/social.jpg', - query: { }, + query: {}, contentType: 'image/jpeg', }, { |