mirror of
https://github.com/neovim/neovim.git
synced 2025-11-17 15:51:32 +00:00
refactor(test): inject after_each differently
This commit is contained in:
committed by
Lewis Russell
parent
889f81c65f
commit
81fc27124b
@@ -1,4 +1,4 @@
|
||||
local t = require('test.functional.testutil')(after_each)
|
||||
local t = require('test.functional.testutil')()
|
||||
local clear, eq, matches = t.clear, t.eq, t.matches
|
||||
local eval, command, call, api = t.eval, t.command, t.call, t.api
|
||||
local source, exec_capture = t.source, t.exec_capture
|
||||
|
||||
Reference in New Issue
Block a user