mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-05-05 07:10:55 +00:00
Force restart on trust level change to reload settings (#6713)
This commit is contained in:
parent
0242ecd83a
commit
ba5309c405
12 changed files with 273 additions and 47 deletions
|
|
@ -45,6 +45,7 @@ describe('AuthDialog', () => {
|
|||
path: '',
|
||||
},
|
||||
[],
|
||||
true,
|
||||
);
|
||||
|
||||
const { lastFrame } = renderWithProviders(
|
||||
|
|
@ -82,6 +83,7 @@ describe('AuthDialog', () => {
|
|||
path: '',
|
||||
},
|
||||
[],
|
||||
true,
|
||||
);
|
||||
|
||||
const { lastFrame } = renderWithProviders(
|
||||
|
|
@ -115,6 +117,7 @@ describe('AuthDialog', () => {
|
|||
path: '',
|
||||
},
|
||||
[],
|
||||
true,
|
||||
);
|
||||
|
||||
const { lastFrame } = renderWithProviders(
|
||||
|
|
@ -148,6 +151,7 @@ describe('AuthDialog', () => {
|
|||
path: '',
|
||||
},
|
||||
[],
|
||||
true,
|
||||
);
|
||||
|
||||
const { lastFrame } = renderWithProviders(
|
||||
|
|
@ -182,6 +186,7 @@ describe('AuthDialog', () => {
|
|||
path: '',
|
||||
},
|
||||
[],
|
||||
true,
|
||||
);
|
||||
|
||||
const { lastFrame } = renderWithProviders(
|
||||
|
|
@ -211,6 +216,7 @@ describe('AuthDialog', () => {
|
|||
path: '',
|
||||
},
|
||||
[],
|
||||
true,
|
||||
);
|
||||
|
||||
const { lastFrame } = renderWithProviders(
|
||||
|
|
@ -242,6 +248,7 @@ describe('AuthDialog', () => {
|
|||
path: '',
|
||||
},
|
||||
[],
|
||||
true,
|
||||
);
|
||||
|
||||
const { lastFrame } = renderWithProviders(
|
||||
|
|
@ -277,6 +284,7 @@ describe('AuthDialog', () => {
|
|||
path: '',
|
||||
},
|
||||
[],
|
||||
true,
|
||||
);
|
||||
|
||||
const { lastFrame, stdin, unmount } = renderWithProviders(
|
||||
|
|
@ -316,6 +324,7 @@ describe('AuthDialog', () => {
|
|||
path: '',
|
||||
},
|
||||
[],
|
||||
true,
|
||||
);
|
||||
|
||||
const { lastFrame, stdin, unmount } = renderWithProviders(
|
||||
|
|
@ -358,6 +367,7 @@ describe('AuthDialog', () => {
|
|||
path: '',
|
||||
},
|
||||
[],
|
||||
true,
|
||||
);
|
||||
|
||||
const { stdin, unmount } = renderWithProviders(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue