fix(test): clear modules properly

This commit is contained in:
Barrett Ruth 2025-09-22 20:24:56 -04:00
parent 80c7697340
commit 101062cb48
2 changed files with 11 additions and 4 deletions

View file

@ -68,6 +68,7 @@ index 1234567..abcdefg 100644
end)
it('handles valid highlight data without errors', function()
vim.api.nvim_buf_set_lines(1, 0, -1, false, { 'hello world test line' })
local highlights = {
{
line = 0,