mirror of
https://github.com/neovim/neovim.git
synced 2026-04-22 15:25:30 +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.unit.testutil')(after_each)
|
||||
local t = require('test.unit.testutil')
|
||||
local cimport = t.cimport
|
||||
local itp = t.gen_itp(it)
|
||||
local lib = cimport('./src/nvim/msgpack_rpc/unpacker.h', './src/nvim/memory.h')
|
||||
|
||||
Reference in New Issue
Block a user