mirror of
https://github.com/neovim/neovim.git
synced 2025-09-29 06:28:35 +00:00
test: don't call clear() in both before_each() and after_each() (#35901)
This commit is contained in:
@@ -9,7 +9,6 @@ local exec_lua = n.exec_lua
|
||||
|
||||
describe('vim.lsp._snippet_grammar', function()
|
||||
before_each(n.clear)
|
||||
after_each(n.clear)
|
||||
|
||||
local parse = function(...)
|
||||
local res = exec_lua('return require("vim.lsp._snippet_grammar").parse(...)', ...)
|
||||
|
Reference in New Issue
Block a user