mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-07-18 22:10:52 -07:00
271908dc94
Co-authored-by: Keith Guerin <keithguerin@gmail.com>
46 lines
2.1 KiB
Plaintext
46 lines
2.1 KiB
Plaintext
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
|
|
|
|
exports[`Composer > Snapshots > matches snapshot in idle state 1`] = `
|
|
"
|
|
? for shortcuts
|
|
────────────────────────────────────────────────────────────────────────────────────────────────────
|
|
ApprovalModeIndicator: default StatusDisplay
|
|
InputPrompt: Type your message or @path/to/file
|
|
Footer
|
|
"
|
|
`;
|
|
|
|
exports[`Composer > Snapshots > matches snapshot in minimal UI mode 1`] = `
|
|
" press tab twice for more
|
|
InputPrompt: Type your message or @path/to/file
|
|
"
|
|
`;
|
|
|
|
exports[`Composer > Snapshots > matches snapshot in minimal UI mode while loading 1`] = `
|
|
"LoadingIndicator press tab twice for more
|
|
InputPrompt: Type your message or @path/to/file
|
|
"
|
|
`;
|
|
|
|
exports[`Composer > Snapshots > matches snapshot in narrow view 1`] = `
|
|
"
|
|
? for shortcuts
|
|
────────────────────────────────────────
|
|
ApprovalModeIndicator: StatusDispl
|
|
default ay
|
|
InputPrompt: Type your message or
|
|
@path/to/file
|
|
Footer
|
|
"
|
|
`;
|
|
|
|
exports[`Composer > Snapshots > matches snapshot while streaming 1`] = `
|
|
"
|
|
LoadingIndicator: Thinking ? for shortcuts
|
|
────────────────────────────────────────────────────────────────────────────────────────────────────
|
|
ApprovalModeIndicator: default StatusDisplay
|
|
InputPrompt: Type your message or @path/to/file
|
|
Footer
|
|
"
|
|
`;
|