tests: Add capi.client to the prompt unit tests.
It will be needed later.
This commit is contained in:
parent
7440cf66f0
commit
a8dcd3b2a2
|
@ -57,6 +57,9 @@ insulate('main', function ()
|
|||
run = function() end,
|
||||
stop = function() end,
|
||||
}
|
||||
_G.client = {
|
||||
connect_signal = function() end
|
||||
}
|
||||
-- luacheck: globals string
|
||||
function string.wlen(self)
|
||||
return #self
|
||||
|
|
Loading…
Reference in New Issue