We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84b795b commit aec6339Copy full SHA for aec6339
lib/runner_test.go
@@ -87,6 +87,6 @@ func Test_Runner_SetWriter(t *testing.T) {
87
if runtime.GOOS == "windows" {
88
expect(t, buff.String(), "\\x1B[01;94mHello world\\x1B[0m\r\n")
89
} else {
90
- expect(t, buff.String(), "Hello world\n")
+ expect(t, buff.String(), "Hello world\n") // Escaped ansi color code on bash
91
}
92
0 commit comments