Fix #1781 - Fix me breaking the tsserver linter

This commit is contained in:
w0rp
2018-08-03 17:22:09 +01:00
parent fefb8efff8
commit 209cd54783
4 changed files with 22 additions and 15 deletions

View File

@@ -0,0 +1,8 @@
Before:
call ale#assert#SetUpLinterTest('javascript', 'tsserver')
After:
call ale#assert#TearDownLinterTest()
Execute(The default command should be correct):
AssertLinter 'tsserver', ale#Escape('tsserver')

View File

@@ -0,0 +1,8 @@
Before:
call ale#assert#SetUpLinterTest('typescript', 'tsserver')
After:
call ale#assert#TearDownLinterTest()
Execute(The default command should be correct):
AssertLinter 'tsserver', ale#Escape('tsserver')