mirror of
https://github.com/TheAlgorithms/JavaScript.git
synced 2025-07-05 08:16:50 +08:00
Export bucketSort function for Jest testing
This commit is contained in:
@ -62,3 +62,5 @@ console.log(arrOrignal)
|
||||
const arrSorted = bucketSort(arrOrignal)
|
||||
// Array after sort
|
||||
console.log(arrSorted)
|
||||
|
||||
export { bucketSort }
|
||||
|
Reference in New Issue
Block a user