Files
katenary/logger/color_test.go
Patrice Ferlet e72a8a2e9c Fix envfile detection
+ The envfiles were not added!

see #8

TODO: what are the others properties to fix this way?
2022-04-01 10:43:08 +02:00

10 lines
118 B
Go

package logger
import "testing"
func TestColor(t *testing.T) {
NOLOG = false
Red("Red text")
Grey("Grey text")
}