mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-01 23:44:15 -07:00
271908dc94
Co-authored-by: Keith Guerin <keithguerin@gmail.com>
22 lines
602 B
Plaintext
22 lines
602 B
Plaintext
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
|
|
|
|
exports[`StatusDisplay > does NOT render HookStatusDisplay if notifications are disabled in settings 1`] = `
|
|
"Mock Context Summary Display (Skills: 2, Shells: 0)
|
|
"
|
|
`;
|
|
|
|
exports[`StatusDisplay > renders ContextSummaryDisplay by default 1`] = `
|
|
"Mock Context Summary Display (Skills: 2, Shells: 0)
|
|
"
|
|
`;
|
|
|
|
exports[`StatusDisplay > renders HookStatusDisplay when hooks are active 1`] = `
|
|
"Mock Context Summary Display (Skills: 2, Shells: 0)
|
|
"
|
|
`;
|
|
|
|
exports[`StatusDisplay > renders system md indicator if env var is set 1`] = `
|
|
"|⌐■_■|
|
|
"
|
|
`;
|