fix(ci): keep mocks for stubs, but ignore unused param
This commit is contained in:
parent
c1529c5d91
commit
be143d408b
4 changed files with 16 additions and 16 deletions
|
|
@ -14,7 +14,7 @@ describe('cp.telescope', function()
|
|||
|
||||
package.preload['telescope.pickers'] = function()
|
||||
return {
|
||||
new = function()
|
||||
new = function(_, _)
|
||||
return {
|
||||
find = function() end,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue