mirror of
https://github.com/neovim/neovim.git
synced 2026-01-03 18:06:29 +10: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 Screen = require('test.functional.ui.screen')
|
||||
local feed, eq, eval, ok = t.feed, t.eq, t.eval, t.ok
|
||||
local source, async_meths, run = t.source, t.async_meths, t.run
|
||||
|
||||
Reference in New Issue
Block a user