summaryrefslogtreecommitdiff
path: root/packages/astro/test/view-transitions.test.js
diff options
context:
space:
mode:
Diffstat (limited to 'packages/astro/test/view-transitions.test.js')
-rw-r--r--packages/astro/test/view-transitions.test.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/astro/test/view-transitions.test.js b/packages/astro/test/view-transitions.test.js
index d0c32b0df..6d4d19cbb 100644
--- a/packages/astro/test/view-transitions.test.js
+++ b/packages/astro/test/view-transitions.test.js
@@ -13,7 +13,7 @@ describe('View Transitions styles', () => {
after(async () => {
await devServer.stop();
- })
+ });
it('style tag added for each instance of the component', async () => {
let res = await fixture.fetch('/multiple');