From 72e2f2c3a23fd8fc19cd5ca31b3a592f6e5f304a Mon Sep 17 00:00:00 2001 From: Chris Swithinbank Date: Wed, 1 Nov 2023 23:37:18 +0100 Subject: Fix Prettier-compatibility of i18n test fixture --- packages/starlight/__tests__/i18n/malformed-src/content/i18n/en.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/packages/starlight/__tests__/i18n/malformed-src/content/i18n/en.json b/packages/starlight/__tests__/i18n/malformed-src/content/i18n/en.json index 6c916955..e69de29b 100644 --- a/packages/starlight/__tests__/i18n/malformed-src/content/i18n/en.json +++ b/packages/starlight/__tests__/i18n/malformed-src/content/i18n/en.json @@ -1,3 +0,0 @@ -{ -, -} -- cgit