0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-30 22:03:56 -05:00

[ci] format

This commit is contained in:
tony-sull 2022-09-30 17:29:32 +00:00 committed by fredkbot
parent 64a1d712ef
commit 7fdd494236
2 changed files with 2 additions and 2 deletions

View file

@ -32,7 +32,7 @@ describe('SSG images - dev', function () {
title: 'Local image no transforms', title: 'Local image no transforms',
id: '#no-transforms', id: '#no-transforms',
url: '/@astroimage/assets/social.jpg', url: '/@astroimage/assets/social.jpg',
query: { } query: {},
}, },
{ {
title: 'Filename with spaces', title: 'Filename with spaces',

View file

@ -36,7 +36,7 @@ describe('SSR images - dev', function () {
title: 'Local image no transforms', title: 'Local image no transforms',
id: '#no-transforms', id: '#no-transforms',
url: '/@astroimage/assets/social.jpg', url: '/@astroimage/assets/social.jpg',
query: { }, query: {},
contentType: 'image/jpeg', contentType: 'image/jpeg',
}, },
{ {