mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 10:59:27 +00:00
test: fix test-repl-tab-complete after V8 upgrade
Array#includes is now available. Ref: https://github.com/nodejs/node/pull/3481 PR-URL: https://github.com/nodejs/node/pull/4106 Reviewed-By: bnoordhuis - Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: targos - Michaël Zasso <mic.besace@gmail.com> Reviewed-By: rvagg - Rod Vagg <rod@vagg.org>
This commit is contained in:
parent
8a43a3d761
commit
dc09bbe3ee
@ -258,6 +258,7 @@ var array_elements = [ [
|
||||
'ary.find',
|
||||
'ary.findIndex',
|
||||
'ary.forEach',
|
||||
'ary.includes',
|
||||
'ary.indexOf',
|
||||
'ary.join',
|
||||
'ary.keys',
|
||||
|
Loading…
Reference in New Issue
Block a user