diff options
| author | shrutip90 <[email protected]> | 2025-08-21 00:38:12 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-08-21 07:38:12 +0000 |
| commit | ba5309c4050efde8b0be0d9dd726e5c5f1a4c4c6 (patch) | |
| tree | d34cc814b2968bc8a09add14128544afe0f4f529 /packages/cli/src/ui/components/AuthDialog.test.tsx | |
| parent | 0242ecd83a5b0673a6ef97a406a743b286ef12e2 (diff) | |
Force restart on trust level change to reload settings (#6713)
Diffstat (limited to 'packages/cli/src/ui/components/AuthDialog.test.tsx')
| -rw-r--r-- | packages/cli/src/ui/components/AuthDialog.test.tsx | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/packages/cli/src/ui/components/AuthDialog.test.tsx b/packages/cli/src/ui/components/AuthDialog.test.tsx index 38c6972a..5f08eae4 100644 --- a/packages/cli/src/ui/components/AuthDialog.test.tsx +++ b/packages/cli/src/ui/components/AuthDialog.test.tsx @@ -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( |
