mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-19 09:41:17 -07:00
24 lines
1.8 KiB
Plaintext
24 lines
1.8 KiB
Plaintext
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
|
|
|
|
exports[`Notifications > renders init error 1`] = `
|
|
"╭──────────────────────────────────────────────────────────────────────────────────────────────────╮
|
|
│ Initialization Error: Something went wrong Please check API key and configuration. │
|
|
╰──────────────────────────────────────────────────────────────────────────────────────────────────╯
|
|
"
|
|
`;
|
|
|
|
exports[`Notifications > renders screen reader nudge when enabled and not seen (no legacy file) 1`] = `
|
|
"You are currently in screen reader-friendly view. To switch out, open
|
|
/mock/home/.gemini/settings.json and remove the entry for "screenReader". This will disappear on
|
|
next run.
|
|
"
|
|
`;
|
|
|
|
exports[`Notifications > renders update notification 1`] = `
|
|
"
|
|
╭──────────────────────────────────────────────────────────────────────────────────────────────────╮
|
|
│ Update available │
|
|
╰──────────────────────────────────────────────────────────────────────────────────────────────────╯
|
|
"
|
|
`;
|