xi
This commit is contained in:
parent
0e4c46c31a
commit
a0171ee81e
1 changed files with 3 additions and 0 deletions
|
|
@ -9,6 +9,9 @@ describe('Error boundary handling', function()
|
|||
log = function(msg, level)
|
||||
table.insert(logged_messages, { msg = msg, level = level })
|
||||
end,
|
||||
progress = function(msg)
|
||||
table.insert(logged_messages, { msg = msg, level = vim.log.levels.INFO })
|
||||
end,
|
||||
set_config = function() end,
|
||||
}
|
||||
package.loaded['cp.log'] = mock_logger
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue