mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-20 18:14:29 -07:00
32 lines
810 B
Plaintext
32 lines
810 B
Plaintext
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
|
|
|
|
exports[`AppHeader Icon Rendering > renders the default icon in standard terminals 1`] = `
|
|
"
|
|
▝▜▄ Gemini CLI v1.0.0
|
|
▝▜▄
|
|
▗▟▀
|
|
▝▀
|
|
|
|
|
|
Tips for getting started:
|
|
1. Create GEMINI.md files to customize your interactions
|
|
2. /help for more information
|
|
3. Ask coding questions, edit code or run commands
|
|
4. Be specific for the best results"
|
|
`;
|
|
|
|
exports[`AppHeader Icon Rendering > renders the symmetric icon in Apple Terminal 1`] = `
|
|
"
|
|
▝▜▄ Gemini CLI v1.0.0
|
|
▝▜▄
|
|
▗▟▀
|
|
▗▟▀
|
|
|
|
|
|
Tips for getting started:
|
|
1. Create GEMINI.md files to customize your interactions
|
|
2. /help for more information
|
|
3. Ask coding questions, edit code or run commands
|
|
4. Be specific for the best results"
|
|
`;
|