summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar matthewp <matthewp@users.noreply.github.com> 2023-05-03 15:23:07 +0000
committerGravatar fredkbot <fred+astrobot@astro.build> 2023-05-03 15:23:07 +0000
commit66ada56940bf28b6c4e2bd187a8eb6878e9332d1 (patch)
tree5dcb4d0504a793f1e44de58351442942b38cb993
parent3326492b94f76ed2b0154dd9b9a1a9eb883c1e31 (diff)
downloadastro-66ada56940bf28b6c4e2bd187a8eb6878e9332d1.tar.gz
astro-66ada56940bf28b6c4e2bd187a8eb6878e9332d1.tar.zst
astro-66ada56940bf28b6c4e2bd187a8eb6878e9332d1.zip
[ci] format
Diffstat (limited to '')
-rw-r--r--packages/astro/test/scoped-style-strategy.test.js2
1 files changed, 1 insertions, 1 deletions
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();