mirror of
https://github.com/neovim/neovim.git
synced 2025-12-10 00:22:41 +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,10 +1,9 @@
|
||||
local global_helpers = require('test.helpers')
|
||||
local helpers = require('test.functional.helpers')(after_each)
|
||||
local Screen = require('test.functional.ui.screen')
|
||||
local clear = helpers.clear
|
||||
local command = helpers.command
|
||||
local eq = helpers.eq
|
||||
local shallowcopy = global_helpers.shallowcopy
|
||||
local shallowcopy = helpers.shallowcopy
|
||||
|
||||
describe('ui receives option updates', function()
|
||||
local screen
|
||||
|
||||
Reference in New Issue
Block a user