fix(ci): unused vars
This commit is contained in:
parent
2c994a8bdc
commit
c1529c5d91
4 changed files with 18 additions and 5 deletions
|
|
@ -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,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue