fix(test): clear modules properly
This commit is contained in:
parent
80c7697340
commit
101062cb48
2 changed files with 11 additions and 4 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue