neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

preload.lua (256B)


      1 -- Modules loaded here will not be cleared and reloaded by Busted.
      2 -- Busted started doing this to help provide more isolation.  See issue #62
      3 -- for more information about this.
      4 require('ffi')
      5 require('test.unit.testutil')
      6 require('test.unit.preprocess')