mirror of
https://github.com/TheAlgorithms/JavaScript.git
synced 2025-07-05 00:01:37 +08:00
Add export of combSort for Jest testing
This commit is contained in:
@ -60,3 +60,5 @@ console.log(array)
|
||||
console.log('- After Sort | Implementation of Comb Sort -')
|
||||
console.log(combSort(array))
|
||||
console.log('\n')
|
||||
|
||||
export { combSort }
|
||||
|
Reference in New Issue
Block a user