mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-19 09:33:53 +00:00
refactor: refactor settings to a nested structure (#7244)
This commit is contained in:
@@ -152,6 +152,7 @@ describe('gemini.tsx main function', () => {
|
||||
workspaceSettingsFile,
|
||||
[settingsError],
|
||||
true,
|
||||
new Set(),
|
||||
);
|
||||
|
||||
loadSettingsMock.mockReturnValue(mockLoadedSettings);
|
||||
@@ -241,7 +242,9 @@ describe('startInteractiveUI', () => {
|
||||
} as Config;
|
||||
const mockSettings = {
|
||||
merged: {
|
||||
hideWindowTitle: false,
|
||||
ui: {
|
||||
hideWindowTitle: false,
|
||||
},
|
||||
},
|
||||
} as LoadedSettings;
|
||||
const mockStartupWarnings = ['warning1'];
|
||||
|
||||
Reference in New Issue
Block a user