Skip to content

Commit fee773e

Browse files
committed
test: update config test for new color option
1 parent dcb0952 commit fee773e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/spec/config_spec.lua

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ local one_monokai = require "one_monokai"
33

44
describe("Config options", function()
55
it("could be indexed without options field", function()
6-
assert.are.same({}, config.colors)
6+
assert.is_false(config.transparent)
7+
assert.is_nil(config.colors)
8+
assert.is_true(config.italics)
79
end)
810
end)
911

0 commit comments

Comments
 (0)