2025-11-18 12:01:16 -05:00
|
|
|
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
|
|
|
|
|
|
|
|
|
|
exports[`<AppHeader /> > should not render the banner when no flags are set 1`] = `
|
|
|
|
|
"
|
2026-03-02 13:12:17 -08:00
|
|
|
▝▜▄ Gemini CLI v1.0.0
|
|
|
|
|
▝▜▄
|
|
|
|
|
▗▟▀
|
|
|
|
|
▝▀
|
|
|
|
|
|
2025-11-18 12:01:16 -05:00
|
|
|
|
|
|
|
|
Tips for getting started:
|
2026-03-02 13:12:17 -08:00
|
|
|
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
|
2026-02-18 16:46:50 -08:00
|
|
|
"
|
2025-11-18 12:01:16 -05:00
|
|
|
`;
|
|
|
|
|
|
|
|
|
|
exports[`<AppHeader /> > should not render the default banner if shown count is 5 or more 1`] = `
|
|
|
|
|
"
|
2026-03-02 13:12:17 -08:00
|
|
|
▝▜▄ Gemini CLI v1.0.0
|
|
|
|
|
▝▜▄
|
|
|
|
|
▗▟▀
|
|
|
|
|
▝▀
|
|
|
|
|
|
2025-11-18 12:01:16 -05:00
|
|
|
|
|
|
|
|
Tips for getting started:
|
2026-03-02 13:12:17 -08:00
|
|
|
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
|
2026-02-18 16:46:50 -08:00
|
|
|
"
|
2025-11-18 12:01:16 -05:00
|
|
|
`;
|
|
|
|
|
|
|
|
|
|
exports[`<AppHeader /> > should render the banner with default text 1`] = `
|
|
|
|
|
"
|
2026-03-02 13:12:17 -08:00
|
|
|
▝▜▄ Gemini CLI v1.0.0
|
|
|
|
|
▝▜▄
|
|
|
|
|
▗▟▀
|
|
|
|
|
▝▀
|
2025-11-18 12:01:16 -05:00
|
|
|
|
2026-02-18 16:46:50 -08:00
|
|
|
╭──────────────────────────────────────────────────────────────────────────────────────────────────╮
|
|
|
|
|
│ This is the default banner │
|
|
|
|
|
╰──────────────────────────────────────────────────────────────────────────────────────────────────╯
|
2026-03-02 13:12:17 -08:00
|
|
|
|
2025-11-18 12:01:16 -05:00
|
|
|
Tips for getting started:
|
2026-03-02 13:12:17 -08:00
|
|
|
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
|
2026-02-18 16:46:50 -08:00
|
|
|
"
|
2025-11-18 12:01:16 -05:00
|
|
|
`;
|
|
|
|
|
|
|
|
|
|
exports[`<AppHeader /> > should render the banner with warning text 1`] = `
|
|
|
|
|
"
|
2026-03-02 13:12:17 -08:00
|
|
|
▝▜▄ Gemini CLI v1.0.0
|
|
|
|
|
▝▜▄
|
|
|
|
|
▗▟▀
|
|
|
|
|
▝▀
|
2025-11-18 12:01:16 -05:00
|
|
|
|
2026-02-18 16:46:50 -08:00
|
|
|
╭──────────────────────────────────────────────────────────────────────────────────────────────────╮
|
|
|
|
|
│ There are capacity issues │
|
|
|
|
|
╰──────────────────────────────────────────────────────────────────────────────────────────────────╯
|
2026-03-02 13:12:17 -08:00
|
|
|
|
2025-11-18 12:01:16 -05:00
|
|
|
Tips for getting started:
|
2026-03-02 13:12:17 -08:00
|
|
|
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
|
2026-02-18 16:46:50 -08:00
|
|
|
"
|
2025-11-18 12:01:16 -05:00
|
|
|
`;
|