mirror of
https://github.com/neovim/neovim.git
synced 2025-09-28 14:08:32 +00:00
test: don't call clear() in both before_each() and after_each() (#35901)
This commit is contained in:
@@ -33,7 +33,6 @@ describe('vim.snippet', function()
|
||||
set_snippet_jump(-1, '<S-Tab>')
|
||||
end)
|
||||
end)
|
||||
after_each(clear)
|
||||
|
||||
--- @param snippet string[]
|
||||
--- @param expected string[]
|
||||
|
Reference in New Issue
Block a user