mirror of
https://github.com/neovim/neovim.git
synced 2026-07-31 12:49:11 +00:00
test: start plugin specs with --clean #40995
This commit is contained in:
@@ -122,8 +122,8 @@ end)
|
||||
|
||||
describe('editorconfig', function()
|
||||
before_each(function()
|
||||
-- Remove -u NONE so that plugins (i.e. editorconfig.lua) are loaded
|
||||
clear({ args_rm = { '-u' } })
|
||||
-- Use --clean so that plugins (i.e. editorconfig.lua) are loaded
|
||||
clear({ args = { '--clean' } })
|
||||
end)
|
||||
|
||||
it('sets indent options', function()
|
||||
|
||||
Reference in New Issue
Block a user