feat: auto activate subMenu on select root menu #1463
Annotations
3 errors and 3 warnings
packages/@core/preferences/__tests__/config.test.ts > defaultPreferences immutability test > should not modify the config object:
packages/@core/preferences/__tests__/config.test.ts#L8
Error: Snapshot `defaultPreferences immutability test > should not modify the config object 1` mismatched
- Expected
+ Received
@@ -60,10 +60,11 @@
"globalLogout": true,
"globalPreferences": true,
"globalSearch": true,
},
"sidebar": {
+ "autoActivateChild": false,
"collapsed": false,
"collapsedShowTitle": false,
"enable": true,
"expandOnHover": true,
"extraCollapse": true,
❯ packages/@core/preferences/__tests__/config.test.ts:8:32
|
Test (ubuntu-latest)
Process completed with exit code 1.
|
Test (windows-latest)
The job was canceled because "ubuntu-latest" failed.
|
Test (ubuntu-latest)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Check (ubuntu-latest)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Lint (ubuntu-latest)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|