feat: context, not config
This commit is contained in:
parent
a0171ee81e
commit
9e84d57b8a
15 changed files with 209 additions and 328 deletions
|
|
@ -9,9 +9,6 @@ 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