Files
gemini-cli/packages/cli/src/ui/auth/__snapshots__/ApiAuthDialog.test.tsx.snap
T

20 lines
2.3 KiB
Plaintext

// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
exports[`ApiAuthDialog > renders correctly 1`] = `
"╭──────────────────────────────────────────────────────────────────────────────────────────────────╮
│ │
│ Enter Gemini API Key │
│ │
│ Please enter your Gemini API key. It will be securely stored in your system keychain. │
│ You can get an API key from https://aistudio.google.com/app/apikey │
│ │
│ ╭──────────────────────────────────────────────────────────────────────────────────────────────╮ │
│ │ Paste your API key here │ │
│ ╰──────────────────────────────────────────────────────────────────────────────────────────────╯ │
│ │
│ (Press Enter to submit, Esc to cancel, Ctrl+C to clear stored key) │
│ │
╰──────────────────────────────────────────────────────────────────────────────────────────────────╯
"
`;