mirror of
https://github.com/neovim/neovim.git
synced 2025-09-30 06:58:35 +00:00

Before functional/testnvim.lua was moved from functional/testutil.lua in
052498ed42
, it was explicitly preloaded,
but now it is preloaded implicitly via functional/ui/screen.lua.
Also fix warnings about unused variables in other preload.lua files.
7 lines
256 B
Lua
7 lines
256 B
Lua
-- Modules loaded here will not be cleared and reloaded by Busted.
|
|
-- Busted started doing this to help provide more isolation. See issue #62
|
|
-- for more information about this.
|
|
require('ffi')
|
|
require('test.unit.testutil')
|
|
require('test.unit.preprocess')
|