mirror of
https://github.com/neovim/neovim.git
synced 2026-04-19 22:10:45 +00:00
refactor(test): inject after_each differently
This commit is contained in:
committed by
Lewis Russell
parent
889f81c65f
commit
81fc27124b
@@ -1,7 +1,7 @@
|
||||
-- To run this test:
|
||||
-- TEST_FILE=test/functional/example_spec.lua make functionaltest
|
||||
|
||||
local t = require('test.functional.testutil')(after_each)
|
||||
local t = require('test.functional.testutil')()
|
||||
local Screen = require('test.functional.ui.screen')
|
||||
local clear = t.clear
|
||||
local command = t.command
|
||||
|
||||
Reference in New Issue
Block a user