feat: context, not config

This commit is contained in:
Barrett Ruth 2025-09-24 18:21:34 -04:00
parent a0171ee81e
commit 9e84d57b8a
15 changed files with 209 additions and 328 deletions

View file

@ -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