fixers/xo: refactor to handlers

This commit is contained in:
Charles B Johnson
2020-04-08 18:38:47 -05:00
parent 4a6136c27e
commit 289f808ccd
3 changed files with 4 additions and 13 deletions

View File

@@ -1,5 +1,6 @@
Before:
call ale#assert#SetUpFixerTest('javascript', 'xo')
runtime autoload/ale/handlers/xo.vim
After:
call ale#assert#TearDownFixerTest()