feat(ci): reorganize
This commit is contained in:
parent
b00f06377f
commit
6a6b048c6b
5 changed files with 47 additions and 39 deletions
|
|
@ -166,7 +166,7 @@ describe('cp integration', function()
|
|||
}
|
||||
|
||||
temp_files['test.run'] = {}
|
||||
vim.system = function(cmd)
|
||||
vim.system = function()
|
||||
return {
|
||||
wait = function()
|
||||
return { code = 0, stdout = '3\n', stderr = '' }
|
||||
|
|
@ -462,7 +462,7 @@ describe('cp integration', function()
|
|||
|
||||
it('maintains responsiveness during operations', function()
|
||||
local call_count = 0
|
||||
vim.system = function(cmd)
|
||||
vim.system = function()
|
||||
call_count = call_count + 1
|
||||
vim.wait(10)
|
||||
return {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue