Skip to content

Commit df2d5c4

Browse files
committed
test: fix test-repl-tab-complete after V8 upgrade
Array#includes is now available. PR-URL: #3481 Reviewed-By: targos - Michaël Zasso <[email protected]>
1 parent 0e6e33c commit df2d5c4

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)