(t *testing.T)
| 189 | } |
| 190 | |
| 191 | func TestDisabledColorDoesPrintPlainString(t *testing.T) { |
| 192 | pterm.DisableColor() |
| 193 | testza.AssertEqual(t, "Hello, World!", pterm.FgRed.Sprint("Hello, World!")) |
| 194 | } |
nothing calls this directly
no test coverage detected
searching dependent graphs…