From df402ddc93fc7625da9ad48aa6727fb7d4e9613f Mon Sep 17 00:00:00 2001 From: tony-sull Date: Thu, 1 Sep 2022 20:34:20 +0000 Subject: [PATCH] [ci] format --- packages/integrations/image/test/image-ssr-build.test.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/packages/integrations/image/test/image-ssr-build.test.js b/packages/integrations/image/test/image-ssr-build.test.js index 888397d99..d3b05a44b 100644 --- a/packages/integrations/image/test/image-ssr-build.test.js +++ b/packages/integrations/image/test/image-ssr-build.test.js @@ -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',