summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar matthewp <matthewp@users.noreply.github.com> 2022-10-19 14:03:14 +0000
committerGravatar fredkbot <fred+astrobot@astro.build> 2022-10-19 14:03:14 +0000
commitff2c34553b53ddc438c0229adef9da4f2c40384c (patch)
tree0d1fe572ae727fe0a9dcf1472e4260c866c06eb4
parent9745009ae0e7fe8691c75657c5c9586a548bf2e0 (diff)
downloadastro-ff2c34553b53ddc438c0229adef9da4f2c40384c.tar.gz
astro-ff2c34553b53ddc438c0229adef9da4f2c40384c.tar.zst
astro-ff2c34553b53ddc438c0229adef9da4f2c40384c.zip
[ci] format
-rw-r--r--packages/astro/test/dynamic-route-build-file.test.js4
1 files 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();
});