Skip to content

Commit

Permalink
test: add tests for default config
Browse files Browse the repository at this point in the history
  • Loading branch information
willothy committed Jan 25, 2024
1 parent 95c5d88 commit c29ec4b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,9 @@ Describe('the incline.config module', function()
{ 'render', Which.Is.A.Function },
{ 'debounce_threshold', Which.Is.A.Table },
{ 'window', Which.Is.A.Table },
{ 'window.overlap', Which.Is.A.Table },
{ 'window.overlap.winbar' },
{ 'window.overlap.tabline' },
{ 'window.placement', Which.Is.A.Table },
{ 'window.placement.vertical' },
{ 'window.placement.horizontal' },
Expand Down Expand Up @@ -242,6 +245,9 @@ Describe('the incline.config module', function()
{ 'window.placement', Which.Is.A.Table },
{ 'window.placement.vertical' },
{ 'window.placement.horizontal' },
{ 'window.overlap', Which.Is.A.Table },
{ 'window.overlap.winbar' },
{ 'window.overlap.tabline' },
{ 'window.width' },
{ 'window.margin', Which.Is.A.Table },
{ 'window.padding', Which.Is.A.Table },
Expand Down

0 comments on commit c29ec4b

Please sign in to comment.