From 66ada56940bf28b6c4e2bd187a8eb6878e9332d1 Mon Sep 17 00:00:00 2001 From: matthewp Date: Wed, 3 May 2023 15:23:07 +0000 Subject: [PATCH] [ci] format --- packages/astro/test/scoped-style-strategy.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/astro/test/scoped-style-strategy.test.js b/packages/astro/test/scoped-style-strategy.test.js index e57e7e882..022ef3d6f 100644 --- a/packages/astro/test/scoped-style-strategy.test.js +++ b/packages/astro/test/scoped-style-strategy.test.js @@ -38,7 +38,7 @@ describe('scopedStyleStrategy', () => { before(async () => { fixture = await loadFixture({ root: './fixtures/scoped-style-strategy/', - scopedStyleStrategy: 'class' + scopedStyleStrategy: 'class', }); await fixture.build();