Skip to content

Commit 1c8de63

Browse files
committed
Remove terminal colors test
1 parent 00d1644 commit 1c8de63

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

tests/darkbox/darkbox_spec.lua

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -141,21 +141,4 @@ describe("tests", function()
141141
darkbox.load()
142142
assert.is_nil(vim.g.terminal_color_0)
143143
end)
144-
145-
it("sets terminal colors when terminal_colors is true", function()
146-
clear_term_colors()
147-
darkbox.setup({ terminal_colors = true })
148-
darkbox.load()
149-
150-
-- dark bg
151-
local colors = require("gruvbox").palette
152-
vim.opt.background = "dark"
153-
assert.are.same(vim.g.terminal_color_0, colors.dark0)
154-
155-
-- light bg
156-
clear_term_colors()
157-
darkbox.load()
158-
vim.opt.background = "light"
159-
assert.are.same(vim.g.terminal_color_0, colors.light0)
160-
end)
161144
end)

0 commit comments

Comments
 (0)