Skip to content

Commit

Permalink
[test] V8 array sorting algorithm changed in Node.js 12
Browse files Browse the repository at this point in the history
  • Loading branch information
watson committed Jun 8, 2021
1 parent a6bb2f8 commit e33aa21
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -682,7 +682,7 @@ describe('Integration', () => {
{
name: 'Any of - mixed - both',
cursor: { row: 13, column: 2 },
autoCompleteSet: [tt('{'), tt(3)],
autoCompleteSet: [tt(3), tt('{')],
},
]
);
Expand Down

0 comments on commit e33aa21

Please sign in to comment.