mirror of
https://github.com/withastro/astro.git
synced 2024-12-30 22:03:56 -05:00
[ci] format
This commit is contained in:
parent
64a1d712ef
commit
7fdd494236
2 changed files with 2 additions and 2 deletions
|
@ -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',
|
||||||
|
|
|
@ -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',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue