fix(ci) : problem types
This commit is contained in:
parent
2f3912a1fa
commit
83a91e1985
6 changed files with 77 additions and 14 deletions
|
|
@ -2,6 +2,9 @@ describe('cp.health', function()
|
|||
local health
|
||||
|
||||
before_each(function()
|
||||
local original_gsub = string.gsub
|
||||
string.gsub = original_gsub
|
||||
|
||||
vim.fn = vim.tbl_extend('force', vim.fn, {
|
||||
executable = function()
|
||||
return 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue