We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcb0952 commit fee773eCopy full SHA for fee773e
tests/spec/config_spec.lua
@@ -3,7 +3,9 @@ local one_monokai = require "one_monokai"
3
4
describe("Config options", function()
5
it("could be indexed without options field", function()
6
- assert.are.same({}, config.colors)
+ assert.is_false(config.transparent)
7
+ assert.is_nil(config.colors)
8
+ assert.is_true(config.italics)
9
end)
10
11
0 commit comments