mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-08-10 00:47:16 -07:00
271908dc94
Co-authored-by: Keith Guerin <keithguerin@gmail.com>
26 lines
453 B
Plaintext
26 lines
453 B
Plaintext
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
|
|
|
|
exports[`ConfigInitDisplay > handles empty clients map 1`] = `
|
|
"
|
|
Spinner Working...
|
|
"
|
|
`;
|
|
|
|
exports[`ConfigInitDisplay > renders initial state 1`] = `
|
|
"
|
|
Spinner Working...
|
|
"
|
|
`;
|
|
|
|
exports[`ConfigInitDisplay > truncates list of waiting servers if too many 1`] = `
|
|
"
|
|
Spinner Working...
|
|
"
|
|
`;
|
|
|
|
exports[`ConfigInitDisplay > updates message on McpClientUpdate event 1`] = `
|
|
"
|
|
Spinner Working...
|
|
"
|
|
`;
|