summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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();
});