mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-23 14:46:45 +00:00
test: remove debug output
This commit is contained in:
parent
e79805d706
commit
d63e80bae9
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue