GLAMOUR_STYLE environment variable support (#69)

This commit is contained in:
Jesse Millar
2020-05-27 17:07:25 +02:00
committed by GitHub
parent e859bb067c
commit d3564681b9
4 changed files with 35 additions and 0 deletions
+7
View File
@@ -104,6 +104,13 @@ func TestStyles(t *testing.T) {
if err != nil {
t.Fatal(err)
}
_, err = NewTermRenderer(
WithEnvironmentConfig(),
)
if err != nil {
t.Fatal(err)
}
}
func TestRenderHelpers(t *testing.T) {