test: start plugin specs with --clean #40995

This commit is contained in:
Barrett Ruth
2026-07-27 03:26:11 -05:00
committed by GitHub
parent 7f8175dc48
commit faaa4d57f1
2 changed files with 31 additions and 33 deletions

View File

@@ -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()