test: remove helpers.sleep()

This commit is contained in:
Lewis Russell
2024-01-12 11:41:09 +00:00
parent d33e1da9b7
commit 7a259d01ae
28 changed files with 58 additions and 60 deletions

View File

@@ -3,7 +3,7 @@ local Screen = require('test.functional.ui.screen')
local clear, feed, source = helpers.clear, helpers.feed, helpers.source
local command = helpers.command
local poke_eventloop = helpers.poke_eventloop
local sleep = helpers.sleep
local sleep = vim.uv.sleep
describe('CTRL-C (mapped)', function()
local screen