fix(ci): fix the format
This commit is contained in:
parent
cdcf11767e
commit
97873ffd37
4 changed files with 95 additions and 72 deletions
14
spec/spec_helper.lua
Normal file
14
spec/spec_helper.lua
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
local M = {}
|
||||
|
||||
function M.setup()
|
||||
package.loaded['cp.log'] = {
|
||||
log = function() end,
|
||||
set_config = function() end,
|
||||
}
|
||||
end
|
||||
|
||||
function M.teardown()
|
||||
package.loaded['cp.log'] = nil
|
||||
end
|
||||
|
||||
return M
|
||||
Loading…
Add table
Add a link
Reference in a new issue