mirror of https://github.com/folke/lazy.nvim.git
test: remove debug output
This commit is contained in:
parent
e79805d706
commit
d63e80bae9
|
@ -296,7 +296,7 @@ describe("plugin spec opt", function()
|
|||
assert(#spec.notifs == 0)
|
||||
assert(vim.tbl_count(spec.plugins) == 1)
|
||||
Handler.resolve(spec.plugins.bar)
|
||||
vim.print(spec.plugins.bar._.handlers)
|
||||
-- vim.print(spec.plugins.bar._.handlers)
|
||||
local events = vim.tbl_keys(spec.plugins.bar._.handlers.event or {})
|
||||
assert(type(events) == "table")
|
||||
assert(#events == 2)
|
||||
|
|
Loading…
Reference in New Issue