mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-07-15 04:20:57 -07:00
16 lines
682 B
Plaintext
16 lines
682 B
Plaintext
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
|
|
|
|
exports[`ToastDisplay > renders Ctrl+C prompt 1`] = `"Press Ctrl+C again to exit."`;
|
|
|
|
exports[`ToastDisplay > renders Ctrl+D prompt 1`] = `"Press Ctrl+D again to exit."`;
|
|
|
|
exports[`ToastDisplay > renders Escape prompt when buffer is NOT empty 1`] = `"Press Esc again to clear prompt."`;
|
|
|
|
exports[`ToastDisplay > renders Escape prompt when buffer is empty 1`] = `"Press Esc again to rewind."`;
|
|
|
|
exports[`ToastDisplay > renders Queue Error Message 1`] = `"Queue Error"`;
|
|
|
|
exports[`ToastDisplay > renders hint message 1`] = `"This is a hint"`;
|
|
|
|
exports[`ToastDisplay > renders warning message 1`] = `"This is a warning"`;
|