mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-30 04:30:48 +00:00
22 lines
2.8 KiB
Text
22 lines
2.8 KiB
Text
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
|
||
|
||
exports[`ShellConfirmationDialog > renders correctly 1`] = `
|
||
" ╭──────────────────────────────────────────────────────────────────────────────────────────────────╮
|
||
│ │
|
||
│ Shell Command Execution │
|
||
│ A custom command wants to run the following shell commands: │
|
||
│ │
|
||
│ ╭──────────────────────────────────────────────────────────────────────────────────────────────╮ │
|
||
│ │ ls -la │ │
|
||
│ │ echo "hello" │ │
|
||
│ ╰──────────────────────────────────────────────────────────────────────────────────────────────╯ │
|
||
│ │
|
||
│ Do you want to proceed? │
|
||
│ │
|
||
│ › 1. Yes, allow once │
|
||
│ 2. Always allow in this project │
|
||
│ 3. Always allow for this user │
|
||
│ 4. No (esc) │
|
||
│ │
|
||
╰──────────────────────────────────────────────────────────────────────────────────────────────────╯"
|
||
`;
|