mirror of
https://github.com/neovim/neovim.git
synced 2025-11-03 17:24:29 +00:00
test: remove use of require('test.helpers')
The test.functional.helpers and test.unit.helpers modules now include
all of the public functions from test.helpers, so there is no need to
separately require('test.helpers').
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
local global_helpers = require('test.helpers')
|
||||
local uname = global_helpers.uname
|
||||
|
||||
local helpers = require('test.functional.helpers')(after_each)
|
||||
local uname = helpers.uname
|
||||
local clear, eq, eval, next_msg, ok, source = helpers.clear, helpers.eq,
|
||||
helpers.eval, helpers.next_msg, helpers.ok, helpers.source
|
||||
local command, funcs, meths = helpers.command, helpers.funcs, helpers.meths
|
||||
|
||||
Reference in New Issue
Block a user