Skip to content

Commit

Permalink
Update test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenGrider authored Nov 28, 2017
1 parent 101dcb6 commit 408cf18
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions exercises/sorting/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ const S = require('./index');
const bubbleSort = S.bubbleSort;
const selectionSort = S.selectionSort;
const mergeSort = S.mergeSort;
const merge = S.merge;

function getArray() {
return [100, -40, 500, -124, 0, 21, 7];
Expand Down

0 comments on commit 408cf18

Please sign in to comment.