mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-07-09 01:27:41 -07:00
10 lines
945 B
Plaintext
10 lines
945 B
Plaintext
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
|
|
|
|
exports[`AdminSettingsChangedDialog > renders correctly 1`] = `
|
|
"╭──────────────────────────────────────────────────────────────────────────────────────────────────╮
|
|
│ Admin settings have changed. Please restart the session to apply new settings. Press 'r' to │
|
|
│ restart, or 'Ctrl+C' twice to exit. │
|
|
╰──────────────────────────────────────────────────────────────────────────────────────────────────╯
|
|
"
|
|
`;
|