mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-30 04:30:48 +00:00
fix: lint & ci issues
This commit is contained in:
parent
db12796df5
commit
90855c93d1
7 changed files with 78 additions and 40 deletions
|
|
@ -75,9 +75,7 @@ describe('getPersistScopeForModelSelection', () => {
|
|||
userModelProviders: undefined,
|
||||
workspaceModelProviders: undefined,
|
||||
});
|
||||
expect(getPersistScopeForModelSelection(trusted)).toBe(
|
||||
SettingScope.Workspace,
|
||||
);
|
||||
expect(getPersistScopeForModelSelection(trusted)).toBe(SettingScope.User);
|
||||
|
||||
const untrusted = makeSettings({
|
||||
isTrusted: false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue