| 1 | import { execAndWaitForOutputToMatch, killAllProcesses } from '../../utils/process'; |
| 2 | |
| 3 | export default async function () { |
| 4 | // Execute a command with TTY force enabled and check that the prompt is shown. |
nothing calls this directly
no test coverage detected