summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/fixers/eslint-test-files/app-with-eslint-d/node_modules/.bin/eslint_d0
-rw-r--r--test/fixers/eslint-test-files/node_modules/.bin/eslint0
-rw-r--r--test/fixers/eslint-test-files/other-app/subdir/testfile.js0
-rw-r--r--test/fixers/eslint-test-files/react-app/.eslintrc.js0
-rw-r--r--test/fixers/eslint-test-files/react-app/node_modules/eslint/bin/eslint.js0
-rw-r--r--test/fixers/eslint-test-files/react-app/node_modules/standard/bin/cmd.js0
-rw-r--r--test/fixers/eslint-test-files/react-app/node_modules/stylelint/bin/stylelint.js0
-rw-r--r--test/fixers/eslint-test-files/react-app/subdir/testfile.css0
-rw-r--r--test/fixers/eslint-test-files/react-app/subdir/testfile.js0
-rw-r--r--test/fixers/test_prettier_eslint_fixer.callback.vader76
10 files changed, 76 insertions, 0 deletions
diff --git a/test/fixers/eslint-test-files/app-with-eslint-d/node_modules/.bin/eslint_d b/test/fixers/eslint-test-files/app-with-eslint-d/node_modules/.bin/eslint_d
new file mode 100644
index 00000000..e69de29b
--- /dev/null
+++ b/test/fixers/eslint-test-files/app-with-eslint-d/node_modules/.bin/eslint_d
diff --git a/test/fixers/eslint-test-files/node_modules/.bin/eslint b/test/fixers/eslint-test-files/node_modules/.bin/eslint
new file mode 100644
index 00000000..e69de29b
--- /dev/null
+++ b/test/fixers/eslint-test-files/node_modules/.bin/eslint
diff --git a/test/fixers/eslint-test-files/other-app/subdir/testfile.js b/test/fixers/eslint-test-files/other-app/subdir/testfile.js
new file mode 100644
index 00000000..e69de29b
--- /dev/null
+++ b/test/fixers/eslint-test-files/other-app/subdir/testfile.js
diff --git a/test/fixers/eslint-test-files/react-app/.eslintrc.js b/test/fixers/eslint-test-files/react-app/.eslintrc.js
new file mode 100644
index 00000000..e69de29b
--- /dev/null
+++ b/test/fixers/eslint-test-files/react-app/.eslintrc.js
diff --git a/test/fixers/eslint-test-files/react-app/node_modules/eslint/bin/eslint.js b/test/fixers/eslint-test-files/react-app/node_modules/eslint/bin/eslint.js
new file mode 100644
index 00000000..e69de29b
--- /dev/null
+++ b/test/fixers/eslint-test-files/react-app/node_modules/eslint/bin/eslint.js
diff --git a/test/fixers/eslint-test-files/react-app/node_modules/standard/bin/cmd.js b/test/fixers/eslint-test-files/react-app/node_modules/standard/bin/cmd.js
new file mode 100644
index 00000000..e69de29b
--- /dev/null
+++ b/test/fixers/eslint-test-files/react-app/node_modules/standard/bin/cmd.js
diff --git a/test/fixers/eslint-test-files/react-app/node_modules/stylelint/bin/stylelint.js b/test/fixers/eslint-test-files/react-app/node_modules/stylelint/bin/stylelint.js
new file mode 100644
index 00000000..e69de29b
--- /dev/null
+++ b/test/fixers/eslint-test-files/react-app/node_modules/stylelint/bin/stylelint.js
diff --git a/test/fixers/eslint-test-files/react-app/subdir/testfile.css b/test/fixers/eslint-test-files/react-app/subdir/testfile.css
new file mode 100644
index 00000000..e69de29b
--- /dev/null
+++ b/test/fixers/eslint-test-files/react-app/subdir/testfile.css
diff --git a/test/fixers/eslint-test-files/react-app/subdir/testfile.js b/test/fixers/eslint-test-files/react-app/subdir/testfile.js
new file mode 100644
index 00000000..e69de29b
--- /dev/null
+++ b/test/fixers/eslint-test-files/react-app/subdir/testfile.js
diff --git a/test/fixers/test_prettier_eslint_fixer.callback.vader b/test/fixers/test_prettier_eslint_fixer.callback.vader
new file mode 100644
index 00000000..56daf93f
--- /dev/null
+++ b/test/fixers/test_prettier_eslint_fixer.callback.vader
@@ -0,0 +1,76 @@
+Before:
+ call ale#test#SetDirectory('/testplugin/test/fixers')
+
+ Save g:ale_javascript_prettier_eslint_executable
+ Save g:ale_javascript_prettier_eslint_use_global
+ Save g:ale_javascript_prettier_eslint_options
+ Save g:ale_javascript_prettier_eslint_legacy
+
+ unlet! g:ale_javascript_prettier_eslint_executable
+ unlet! g:ale_javascript_prettier_eslint_use_global
+ unlet! g:ale_javascript_prettier_eslint_options
+ unlet! g:ale_javascript_prettier_eslint_legacy
+
+ call ale#fixers#prettier_eslint#SetOptionDefaults()
+
+After:
+ Restore
+
+ unlet! b:ale_javascript_prettier_eslint_executable
+ unlet! b:ale_javascript_prettier_eslint_use_global
+ unlet! b:ale_javascript_prettier_eslint_options
+ unlet! b:ale_javascript_prettier_eslint_legacy
+
+ call ale#test#RestoreDirectory()
+
+Execute(The default command should be correct):
+ AssertEqual
+ \ {
+ \ 'read_temporary_file': 1,
+ \ 'command':
+ \ ale#Escape('prettier-eslint')
+ \ . ' %t'
+ \ . ' --write'
+ \ },
+ \ ale#fixers#prettier_eslint#Fix(bufnr(''))
+
+Execute(Additional options should be used when set):
+ let b:ale_javascript_prettier_eslint_options = '--foobar'
+
+ AssertEqual
+ \ {
+ \ 'read_temporary_file': 1,
+ \ 'command':
+ \ ale#Escape('prettier-eslint')
+ \ . ' %t'
+ \ . ' --foobar --write'
+ \ },
+ \ ale#fixers#prettier_eslint#Fix(bufnr(''))
+
+Execute(Configuration files should be detected):
+ call ale#test#SetFilename('eslint-test-files/react-app/foo/bar.js')
+
+ AssertEqual
+ \ {
+ \ 'read_temporary_file': 1,
+ \ 'command':
+ \ ale#Escape('prettier-eslint')
+ \ . ' %t'
+ \ . ' --eslint-config-path ' . ale#Escape(g:dir . '/eslint-test-files/react-app/.eslintrc.js')
+ \ . ' --write'
+ \ },
+ \ ale#fixers#prettier_eslint#Fix(bufnr(''))
+
+Execute(Configuration files should be disabled if the legacy option is on):
+ call ale#test#SetFilename('eslint-test-files/react-app/foo/bar.js')
+ let b:ale_javascript_prettier_eslint_legacy = 1
+
+ AssertEqual
+ \ {
+ \ 'read_temporary_file': 1,
+ \ 'command':
+ \ ale#Escape('prettier-eslint')
+ \ . ' %t'
+ \ . ' --write'
+ \ },
+ \ ale#fixers#prettier_eslint#Fix(bufnr(''))