From c142af482bc35a5ebbbfb72dc0e0fe5d7e723406 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=B1=B3=E5=B1=B1?= <17726957223@189.cn> Date: Wed, 19 Nov 2025 10:19:16 +0800 Subject: [PATCH] fix: update snapshot for defaultPreferences immutability test to reflect fontSize change - Adjusted the snapshot to ensure consistency with the updated defaultPreferences configuration, specifically retaining the fontSize property. --- .../preferences/__tests__/__snapshots__/config.test.ts.snap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/@core/preferences/__tests__/__snapshots__/config.test.ts.snap b/packages/@core/preferences/__tests__/__snapshots__/config.test.ts.snap index 40f66c502..a3c0c3175 100644 --- a/packages/@core/preferences/__tests__/__snapshots__/config.test.ts.snap +++ b/packages/@core/preferences/__tests__/__snapshots__/config.test.ts.snap @@ -113,9 +113,9 @@ exports[`defaultPreferences immutability test > should not modify the config obj "colorPrimary": "hsl(212 100% 45%)", "colorSuccess": "hsl(144 57% 58%)", "colorWarning": "hsl(42 84% 61%)", + "fontSize": 16, "mode": "dark", "radius": "0.5", - "fontSize": 16, "semiDarkHeader": false, "semiDarkSidebar": false, },