preload.lua 334 B

12345678
  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. local ffi = require('ffi')
  5. local helpers = require('test.unit.helpers')(nil)
  6. local lfs = require('lfs')
  7. local preprocess = require('test.unit.preprocess')