Skip to content

Commit

Permalink
test: fix test-repl-tab-complete after V8 upgrade
Browse files Browse the repository at this point in the history
Array#includes is now available.

PR-URL: nodejs#3481
Reviewed-By: targos - Michaël Zasso <[email protected]>
  • Loading branch information
ofrobots committed Dec 1, 2015
1 parent 8e68b1f commit 28f0f86
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/parallel/test-repl-tab-complete.js
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,7 @@ var array_elements = [ [
'ary.find',
'ary.findIndex',
'ary.forEach',
'ary.includes',
'ary.indexOf',
'ary.join',
'ary.keys',
Expand Down

0 comments on commit 28f0f86

Please sign in to comment.