mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-06-29 03:44:14 +00:00
discard_deps_revisited: better naming
This commit is contained in:
parent
cfd070278c
commit
b8cc7b96cb
2 changed files with 19 additions and 16 deletions
|
@ -337,7 +337,7 @@ describe("plugin opts", function()
|
|||
end)
|
||||
|
||||
describe("plugin spec", function()
|
||||
it("discards contributions from unused plugins", function()
|
||||
it("only includes partials from enabled plugins", function()
|
||||
local tests = {
|
||||
{
|
||||
spec = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue