mirror of
https://github.com/neovim/neovim.git
synced 2025-12-15 19:05:40 +00:00
test: typing for helpers.meths
This commit is contained in:
@@ -6,11 +6,11 @@ local exc_exec = helpers.exc_exec
|
||||
local eval = helpers.eval
|
||||
|
||||
local function expected_errors(errors)
|
||||
eq(errors, nvim.get_vvar('errors'))
|
||||
eq(errors, nvim.nvim_get_vvar('errors'))
|
||||
end
|
||||
|
||||
local function expected_empty()
|
||||
eq({}, nvim.get_vvar('errors'))
|
||||
eq({}, nvim.nvim_get_vvar('errors'))
|
||||
end
|
||||
|
||||
describe('assert function:', function()
|
||||
|
||||
Reference in New Issue
Block a user