mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-03 08:24:10 -07:00
16 lines
1.5 KiB
Plaintext
16 lines
1.5 KiB
Plaintext
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
|
|
|
|
exports[`PolicyUpdateDialog > renders correctly and matches snapshot 1`] = `
|
|
" ╭────────────────────────────────────────────────────────────────────────────────────────────────╮
|
|
│ │
|
|
│ New or changed workspace policies detected │
|
|
│ Location: /test/workspace/.gemini/policies │
|
|
│ Do you want to accept and load these policies? │
|
|
│ │
|
|
│ ● 1. Accept and Load │
|
|
│ 2. Ignore (Use Default Policies) │
|
|
│ │
|
|
╰────────────────────────────────────────────────────────────────────────────────────────────────╯
|
|
"
|
|
`;
|