From ff2c34553b53ddc438c0229adef9da4f2c40384c Mon Sep 17 00:00:00 2001 From: matthewp Date: Wed, 19 Oct 2022 14:03:14 +0000 Subject: [PATCH] [ci] format --- packages/astro/test/dynamic-route-build-file.test.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/astro/test/dynamic-route-build-file.test.js b/packages/astro/test/dynamic-route-build-file.test.js index cfa3eb0a5..dfb7bf5de 100644 --- a/packages/astro/test/dynamic-route-build-file.test.js +++ b/packages/astro/test/dynamic-route-build-file.test.js @@ -10,8 +10,8 @@ describe('build.format=file with dynamic routes', () => { fixture = await loadFixture({ root: './fixtures/dynamic-route-build-file', build: { - format: 'file' - } + format: 'file', + }, }); await fixture.build(); });