Skip to content

Commit

Permalink
test: cover new style options
Browse files Browse the repository at this point in the history
  • Loading branch information
dundee committed Dec 29, 2024
1 parent a6fc922 commit 6cde82f
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions cmd/gdu/app/app_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,20 @@ func TestAnalyzePathWithStyle(t *testing.T) {
ProgressModal: ProgressModalOpts{
CurrentItemNameMaxLen: 10,
},
Footer: FooterColorStyle{
TextColor: "black",
BackgroundColor: "red",
NumberColor: "white",
},
Header: HeaderColorStyle{
TextColor: "black",
BackgroundColor: "red",
Hidden: true,
},
ResultRow: ResultRowColorStyle{
NumberColor: "orange",
DirectoryColor: "blue",
},
UseOldSizeBar: true,
},
},
Expand Down

0 comments on commit 6cde82f

Please sign in to comment.