mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-03 08:24:10 -07:00
17 lines
519 B
Plaintext
17 lines
519 B
Plaintext
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
|
|
|
|
exports[`<ContextSummaryDisplay /> > should not render empty parts 1`] = `
|
|
" 1 open file (F4 to view)
|
|
"
|
|
`;
|
|
|
|
exports[`<ContextSummaryDisplay /> > should render on a single line on a wide screen 1`] = `
|
|
" 1 open file (F4 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 (F4 to view) · 1 GEMINI.md file · 1 MCP server · 1 skill
|
|
"
|
|
`;
|