aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/gruvbox/gruvbox_spec.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/gruvbox/gruvbox_spec.lua b/tests/gruvbox/gruvbox_spec.lua
index f243ed2..9338ab6 100644
--- a/tests/gruvbox/gruvbox_spec.lua
+++ b/tests/gruvbox/gruvbox_spec.lua
@@ -16,6 +16,8 @@ describe("setup", function()
invert_intend_guides = false,
contrast = "",
overrides = {},
+ dim_inactive = false,
+ transparent_mode = false,
}
gruvbox.setup()
@@ -36,6 +38,8 @@ describe("setup", function()
invert_intend_guides = false,
contrast = "",
overrides = {},
+ dim_inactive = false,
+ transparent_mode = false,
}
gruvbox.setup({ undercurl = false, underline = false })