fix(ci): keep mocks for stubs, but ignore unused param

This commit is contained in:
Barrett Ruth 2025-09-21 11:42:53 -04:00
parent c1529c5d91
commit be143d408b
4 changed files with 16 additions and 16 deletions

View file

@ -14,7 +14,7 @@ describe('cp.telescope', function()
package.preload['telescope.pickers'] = function()
return {
new = function()
new = function(_, _)
return {
find = function() end,
}