diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2017-12-17 16:10:40 +0100 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2017-12-17 16:10:40 +0100 |
commit | be53c209c0e0ccff0053fac82f2d8e1c9a40427f (patch) | |
tree | 5b3f15b2d43a3a7caae0fdd6c3e581d6712ad2ee /test/functional/helpers.lua | |
parent | bfb21f3e012d9473d6038dd254fc3a0ecdf8c0e9 (diff) | |
parent | 103ff26c0ae76491c73a6c078b52f2e56af16fb8 (diff) | |
download | rneovim-be53c209c0e0ccff0053fac82f2d8e1c9a40427f.tar.gz rneovim-be53c209c0e0ccff0053fac82f2d8e1c9a40427f.tar.bz2 rneovim-be53c209c0e0ccff0053fac82f2d8e1c9a40427f.zip |
Merge #7706 'ci: nodejs acceptance-test'
Diffstat (limited to 'test/functional/helpers.lua')
-rw-r--r-- | test/functional/helpers.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/helpers.lua b/test/functional/helpers.lua index f939567693..bff8d065f8 100644 --- a/test/functional/helpers.lua +++ b/test/functional/helpers.lua @@ -614,7 +614,7 @@ local function new_pipename() end local function missing_provider(provider) - if provider == 'ruby' then + if provider == 'ruby' or provider == 'node' then local prog = funcs['provider#' .. provider .. '#Detect']() return prog == '' and (provider .. ' not detected') or false elseif provider == 'python' or provider == 'python3' then |