Skip to content

Commit 9a42f55

Browse files
committed
test: fix test-repl-tab-complete after V8 upgrade
Array#includes is now available. PR-URL: nodejs#3481 Reviewed-By: targos - Michaël Zasso <mic.besace@gmail.com>
1 parent 30455af commit 9a42f55

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/parallel/test-repl-tab-complete.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,7 @@ var array_elements = [ [
273273
'ary.find',
274274
'ary.findIndex',
275275
'ary.forEach',
276+
'ary.includes',
276277
'ary.indexOf',
277278
'ary.join',
278279
'ary.keys',

0 commit comments

Comments
 (0)