mirror of
https://github.com/awesomeWM/awesome
synced 2024-11-17 07:47:41 +01:00
tests: Add capi.client to the prompt unit tests.
It will be needed later.
This commit is contained in:
parent
7440cf66f0
commit
a8dcd3b2a2
1 changed files with 3 additions and 0 deletions
|
@ -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 a new issue