mirror of
https://github.com/neovim/neovim.git
synced 2025-12-09 16:12:48 +00:00
test: Ensure proper initialization in unit/helpers.lua
Remove helpers.vim_init and simply perform the required initialization in helpers.lua.
This commit is contained in:
@@ -4,8 +4,6 @@ local helpers = require 'test.unit.helpers'
|
||||
local os = helpers.cimport './src/nvim/os/os.h'
|
||||
local tempfile = helpers.cimport './src/nvim/tempfile.h'
|
||||
|
||||
helpers.vim_init()
|
||||
|
||||
describe('tempfile related functions', function()
|
||||
after_each(function()
|
||||
tempfile.vim_deltempdir()
|
||||
|
||||
Reference in New Issue
Block a user