소스 검색

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.
米山 6 달 전
부모
커밋
c142af482b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      packages/@core/preferences/__tests__/__snapshots__/config.test.ts.snap

+ 1 - 1
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,
   },