mirror of
https://github.com/neovim/neovim.git
synced 2026-02-17 09:04:19 +00:00
refactor(test): inject after_each differently
This commit is contained in:
committed by
Lewis Russell
parent
889f81c65f
commit
81fc27124b
@@ -1,5 +1,5 @@
|
||||
-- Test suite for testing interactions with API bindings
|
||||
local t = require('test.functional.testutil')(after_each)
|
||||
local t = require('test.functional.testutil')()
|
||||
local Screen = require('test.functional.ui.screen')
|
||||
local fn = t.fn
|
||||
local api = t.api
|
||||
|
||||
Reference in New Issue
Block a user