diff options
author | 2022-10-19 14:03:14 +0000 | |
---|---|---|
committer | 2022-10-19 14:03:14 +0000 | |
commit | ff2c34553b53ddc438c0229adef9da4f2c40384c (patch) | |
tree | 0d1fe572ae727fe0a9dcf1472e4260c866c06eb4 | |
parent | 9745009ae0e7fe8691c75657c5c9586a548bf2e0 (diff) | |
download | astro-ff2c34553b53ddc438c0229adef9da4f2c40384c.tar.gz astro-ff2c34553b53ddc438c0229adef9da4f2c40384c.tar.zst astro-ff2c34553b53ddc438c0229adef9da4f2c40384c.zip |
[ci] format
-rw-r--r-- | packages/astro/test/dynamic-route-build-file.test.js | 4 |
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(); }); |