This commit is contained in:
Barrett Ruth 2025-09-24 00:50:04 -04:00
parent 0e4c46c31a
commit a0171ee81e

View file

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