From f69605174b067aad3ab5f7c90f8e8228ad4bb2a5 Mon Sep 17 00:00:00 2001 From: Matt Kane Date: Tue, 3 Sep 2024 13:26:33 +0000 Subject: [PATCH] [ci] format --- packages/astro/test/content-layer.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/astro/test/content-layer.test.js b/packages/astro/test/content-layer.test.js index c853a3be5b3d..3ac37514b9a7 100644 --- a/packages/astro/test/content-layer.test.js +++ b/packages/astro/test/content-layer.test.js @@ -200,7 +200,7 @@ describe('Content Layer', () => { // Vite may not have noticed the saved data store yet. Wait a little just in case. await fixture.onNextDataStoreChange(1000).catch(() => { // Ignore timeout, because it may have saved before we get here. - }) + }); const rawJsonResponse = await fixture.fetch('/collections.json'); const rawJson = await rawJsonResponse.text(); json = devalue.parse(rawJson);