mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-13 06:40:33 -07:00
13 lines
525 B
Plaintext
13 lines
525 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"
|
|
`;
|