mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-20 13:26:45 +00:00
test: fix tests
This commit is contained in:
parent
f81a3fb7fe
commit
e5e9bf4821
2 changed files with 2 additions and 1 deletions
|
@ -25,6 +25,7 @@ local function clean(plugins)
|
|||
if plugin._.dep == false then
|
||||
plugin._.dep = nil
|
||||
end
|
||||
plugin._.top = nil
|
||||
return plugin
|
||||
end, plugins)
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue