--- Test harness ---
()
| 106 | // --- Test harness --- |
| 107 | |
| 108 | func newTestHuhPrompter() *huhPrompter { |
| 109 | return &huhPrompter{} |
| 110 | } |
| 111 | |
| 112 | // runForm runs a huh form with the given interaction, returning any error. |
| 113 | // The form runs in a goroutine using bubbletea's real event loop via io.Pipe. |
no outgoing calls
no test coverage detected