mirror of
https://github.com/rwinkhart/glamour-temp-MUTN.git
synced 2026-09-06 08:57:14 -04:00
GLAMOUR_STYLE environment variable support (#69)
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user