fix(ci) : problem types

This commit is contained in:
Barrett Ruth 2025-09-19 00:12:23 -04:00
parent 2f3912a1fa
commit 83a91e1985
6 changed files with 77 additions and 14 deletions

View file

@ -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