diff --git a/packages/cli/src/ui/components/Footer.test.tsx b/packages/cli/src/ui/components/Footer.test.tsx index 4a9b17c49..42029bf1a 100644 --- a/packages/cli/src/ui/components/Footer.test.tsx +++ b/packages/cli/src/ui/components/Footer.test.tsx @@ -12,6 +12,7 @@ import { type UIState, UIStateContext } from '../contexts/UIStateContext.js'; import { ConfigContext } from '../contexts/ConfigContext.js'; import { VimModeProvider } from '../contexts/VimModeContext.js'; import type { LoadedSettings } from '../../config/settings.js'; +import { ApprovalMode } from '@qwen-code/qwen-code-core'; vi.mock('../hooks/useTerminalSize.js'); vi.mock('./VoiceMicButton.js', () => ({ VoiceMicButton: () => null })); @@ -99,4 +100,82 @@ describe('