mirror of https://github.com/folke/lazy.nvim.git
test: annotations for tests
This commit is contained in:
parent
5d9c528771
commit
1682edc505
|
@ -5,7 +5,8 @@ describe("task", function()
|
|||
local plugin = { name = "test", _ = {} }
|
||||
|
||||
local done = false
|
||||
local error = nil
|
||||
---@type string?
|
||||
local error
|
||||
|
||||
local opts = {
|
||||
on_done = function(task)
|
||||
|
|
Loading…
Reference in New Issue