[ci] format
This commit is contained in:
parent
56f83be92a
commit
df402ddc93
1 changed files with 6 additions and 1 deletions
|
@ -115,7 +115,12 @@ describe('SSR images with subpath - build', function () {
|
||||||
title: 'Filename with spaces',
|
title: 'Filename with spaces',
|
||||||
id: '#spaces',
|
id: '#spaces',
|
||||||
url: '/_image',
|
url: '/_image',
|
||||||
query: { f: 'webp', w: '768', h: '414', href: /^\/docs\/assets\/introducing astro.\w{8}.jpg/ },
|
query: {
|
||||||
|
f: 'webp',
|
||||||
|
w: '768',
|
||||||
|
h: '414',
|
||||||
|
href: /^\/docs\/assets\/introducing astro.\w{8}.jpg/,
|
||||||
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'Inline imports',
|
title: 'Inline imports',
|
||||||
|
|
Loading…
Reference in a new issue