We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fa5974 commit 1c75416Copy full SHA for 1c75416
internal/jsondiff/jsondiff_test.go
@@ -9,7 +9,7 @@ import (
9
"github.com/rliebz/ghost/internal/jsondiff"
10
)
11
12
-// Avoid dealing with ANSI escape sequences in tests.
+// Avoid dealing with ANSI escape sequences.
13
func TestMain(m *testing.M) {
14
if err := os.Setenv("NO_COLOR", "1"); err != nil {
15
panic(err)
0 commit comments