mirror of
https://github.com/neovim/neovim.git
synced 2025-12-09 08:02:38 +00:00
test: improve test conventions
Work on https://github.com/neovim/neovim/issues/27004.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
local helpers = require('test.functional.helpers')(after_each)
|
||||
local eq = helpers.eq
|
||||
local t = require('test.functional.testutil')(after_each)
|
||||
local eq = t.eq
|
||||
|
||||
local parser = require('scripts/luacats_parser')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user