summaryrefslogtreecommitdiff
path: root/test/test_eslint_executable_detection.vader
diff options
context:
space:
mode:
authorNils Kuhnhenn <lain@volafile.org>2019-06-02 09:35:31 +0200
committerNils Kuhnhenn <lain@volafile.org>2019-06-02 14:39:03 +0200
commit79d1b99067878bbec129cfd29a7c9587c276dec6 (patch)
tree0e4622fe0d7a8d71d7018840c86ee0aeb2aee662 /test/test_eslint_executable_detection.vader
parent135de34d224a6dd5a7a16b44e84e603a6609b34f (diff)
downloadale-79d1b99067878bbec129cfd29a7c9587c276dec6.zip
Use JSON output for eslint and fix tsserver column
Diffstat (limited to 'test/test_eslint_executable_detection.vader')
-rw-r--r--test/test_eslint_executable_detection.vader4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test_eslint_executable_detection.vader b/test/test_eslint_executable_detection.vader
index 5599576e..64383dcb 100644
--- a/test/test_eslint_executable_detection.vader
+++ b/test/test_eslint_executable_detection.vader
@@ -59,11 +59,11 @@ Execute(eslint.js executables should be run with node on Windows):
AssertEqual
\ ale#Escape('node.exe') . ' '
\ . ale#Escape(ale#path#Simplify(g:dir . '/eslint-test-files/react-app/node_modules/eslint/bin/eslint.js'))
- \ . ' -f unix --stdin --stdin-filename %s',
+ \ . ' -f json --stdin --stdin-filename %s',
\ ale#handlers#eslint#GetCommand(bufnr(''))
else
AssertEqual
\ ale#Escape(ale#path#Simplify(g:dir . '/eslint-test-files/react-app/node_modules/eslint/bin/eslint.js'))
- \ . ' -f unix --stdin --stdin-filename %s',
+ \ . ' -f json --stdin --stdin-filename %s',
\ ale#handlers#eslint#GetCommand(bufnr(''))
endif