Skip to content

Commit

Permalink
[ci] format
Browse files Browse the repository at this point in the history
  • Loading branch information
tony-sull authored and astrobot-houston committed Sep 1, 2022
1 parent 56f83be commit df402dd
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion packages/integrations/image/test/image-ssr-build.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,12 @@ describe('SSR images with subpath - build', function () {
title: 'Filename with spaces',
id: '#spaces',
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',
Expand Down

0 comments on commit df402dd

Please sign in to comment.