--- Test harness ---
()
| 148 | // --- Test harness --- |
| 149 | |
| 150 | func newTestHuhPrompter() *huhPrompter { |
| 151 | return &huhPrompter{} |
| 152 | } |
| 153 | |
| 154 | // runForm runs a huh form with the given interaction, returning any error. |
| 155 | // The form runs in a goroutine using bubbletea's real event loop via io.Pipe. |
no outgoing calls
no test coverage detected