mirror of
https://github.com/dense-analysis/ale.git
synced 2026-02-26 03:27:21 +08:00
#3633 - Move linter tests into test/linter
This commit is contained in:
9
test/linter/test_fecs.vader
Normal file
9
test/linter/test_fecs.vader
Normal file
@@ -0,0 +1,9 @@
|
||||
Before:
|
||||
call ale#assert#SetUpLinterTest('javascript', 'fecs')
|
||||
runtime autoload/ale/handlers/fecs.vim
|
||||
|
||||
After:
|
||||
call ale#assert#TearDownLinterTest()
|
||||
|
||||
Execute(The default command should be correct):
|
||||
AssertLinter 'fecs', ale#Escape('fecs') . ' check --colors=false --rule=true %t'
|
||||
Reference in New Issue
Block a user