fix(ci): unused vars

This commit is contained in:
Barrett Ruth 2025-09-21 11:37:08 -04:00
parent 2c994a8bdc
commit c1529c5d91
4 changed files with 18 additions and 5 deletions

View file

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