preload.lua 297 B

1234567
  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 t = require('test.unit.testutil')
  6. local preprocess = require('test.unit.preprocess')