Skip to content

Commit 28f0f86

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 <[email protected]>
1 parent 8e68b1f commit 28f0f86

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,7 @@ var array_elements = [ [
258258
'ary.find',
259259
'ary.findIndex',
260260
'ary.forEach',
261+
'ary.includes',
261262
'ary.indexOf',
262263
'ary.join',
263264
'ary.keys',

0 commit comments

Comments
 (0)