pages/dotfiles/pack/plugins/start/impatient.nvim/test/preload.lua

11 lines
313 B
Lua
Raw Normal View History

2022-10-11 23:59:29 +00:00
-- Modules loaded here will not be cleared and reloaded by Busted.
-- Busted started doing this to help provide more isolation.
local global_helpers = require('test.helpers')
-- Bypoass CI behaviour logic
global_helpers.isCI = function(_)
return false
end
local helpers = require('test.functional.helpers')()