File tree 1 file changed +3
-5
lines changed
packages/@core/preferences/__tests__/__snapshots__
1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -52,8 +52,6 @@ exports[`defaultPreferences immutability test > should not modify the config obj
52
52
},
53
53
" logo" : {
54
54
" enable" : true ,
55
- " fullSource" : " ./brand/images/logo-full.png" ,
56
- " smallSource" : " ./brand/images/logo.png" ,
57
55
},
58
56
" navigation" : {
59
57
" accordion" : true ,
@@ -86,9 +84,9 @@ exports[`defaultPreferences immutability test > should not modify the config obj
86
84
" inHeader" : true ,
87
85
" keepAlive" : true ,
88
86
" maxCount" : 0 ,
89
- " middleClickToClose" : false ,
87
+ " middleClickToClose" : true ,
90
88
" persist" : true ,
91
- " showIcon" : true ,
89
+ " showIcon" : false ,
92
90
" showMaximize" : false ,
93
91
" showMore" : false ,
94
92
" styleType" : " brisk" ,
@@ -103,7 +101,7 @@ exports[`defaultPreferences immutability test > should not modify the config obj
103
101
" mode" : " light" ,
104
102
" radius" : " 0" ,
105
103
" semiDarkHeader" : false ,
106
- " semiDarkSidebar" : false ,
104
+ " semiDarkSidebar" : true ,
107
105
},
108
106
" transition" : {
109
107
" enable" : true ,
You can’t perform that action at this time.
0 commit comments