mirror of
https://github.com/neovim/neovim.git
synced 2026-07-14 21:30:34 +00:00
test: add finally() to meta file (#39388)
This commit is contained in:
@@ -23,3 +23,6 @@ function after_each(fn) end
|
||||
|
||||
--- @param fn fun()
|
||||
function teardown(fn) end
|
||||
|
||||
--- @param fn fun()
|
||||
function finally(fn) end
|
||||
|
||||
Reference in New Issue
Block a user