mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-25 04:24:51 -07:00
10 lines
270 B
Plaintext
10 lines
270 B
Plaintext
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
|
|
|
|
exports[`MainContent > does not constrain height in alternate buffer mode 1`] = `
|
|
"ScrollableList
|
|
AppHeader
|
|
HistoryItem: Hello (height: undefined)
|
|
HistoryItem: Hi there (height: undefined)
|
|
ShowMoreLines"
|
|
`;
|