mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-21 10:34:35 -07:00
17 lines
531 B
Plaintext
17 lines
531 B
Plaintext
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
|
|
|
|
exports[`<ContextSummaryDisplay /> > should not render empty parts 1`] = `
|
|
" 1 open file (ctrl+g to view)
|
|
"
|
|
`;
|
|
|
|
exports[`<ContextSummaryDisplay /> > should render on a single line on a wide screen 1`] = `
|
|
" 1 open file (ctrl+g to view) · 1 GEMINI.md file · 1 MCP server · 1 skill
|
|
"
|
|
`;
|
|
|
|
exports[`<ContextSummaryDisplay /> > should render on multiple lines on a narrow screen 1`] = `
|
|
" 1 open file (ctrl+g to view) · 1 GEMINI.md file · 1 MCP server · 1 skill
|
|
"
|
|
`;
|