Skip to content

Commit 754f7b6

Browse files
committed
Export bucketSort function for Jest testing
1 parent 55080eb commit 754f7b6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Sorts/BucketSort.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,3 +62,5 @@ console.log(arrOrignal)
6262
const arrSorted = bucketSort(arrOrignal)
6363
// Array after sort
6464
console.log(arrSorted)
65+
66+
export { bucketSort }

0 commit comments

Comments
 (0)