fixers/xo: refactor to handlers

This commit is contained in:
Charles B Johnson
2021-01-22 09:23:53 -06:00
parent 4a6136c27e
commit 289f808ccd
3 changed files with 4 additions and 13 deletions
+1
View File
@@ -1,5 +1,6 @@
Before:
call ale#assert#SetUpFixerTest('javascript', 'xo')
runtime autoload/ale/handlers/xo.vim
After:
call ale#assert#TearDownFixerTest()