mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-19 04:46:45 +00:00
test: fix tests
This commit is contained in:
parent
f78d8bf376
commit
50ba619d9e
1 changed files with 7 additions and 9 deletions
|
@ -113,7 +113,6 @@ describe("plugin spec opt", function()
|
||||||
end)
|
end)
|
||||||
|
|
||||||
it("refuses to merge", function()
|
it("refuses to merge", function()
|
||||||
assert.has.errors(function()
|
|
||||||
Plugin.Spec.new({
|
Plugin.Spec.new({
|
||||||
{ "foo/dep1", config = 1 },
|
{ "foo/dep1", config = 1 },
|
||||||
{
|
{
|
||||||
|
@ -122,7 +121,6 @@ describe("plugin spec opt", function()
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
end)
|
end)
|
||||||
end)
|
|
||||||
|
|
||||||
-- it("recursive deps", function()
|
-- it("recursive deps", function()
|
||||||
-- local spec = Plugin.Spec.new({
|
-- local spec = Plugin.Spec.new({
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue