(t *testing.T)
| 50 | } |
| 51 | |
| 52 | func TestSpinnerPrinter_Success(t *testing.T) { |
| 53 | testPrintContains(t, func(w io.Writer, a any) { |
| 54 | pterm.DefaultSpinner.WithWriter(w).Success(a) |
| 55 | }) |
| 56 | } |
| 57 | |
| 58 | func TestSpinnerPrinter_UpdateText(t *testing.T) { |
| 59 | t.Run("Simple", func(t *testing.T) { |
nothing calls this directly
no test coverage detected
searching dependent graphs…