mirror of
https://github.com/TheAlgorithms/JavaScript.git
synced 2025-12-19 06:58:15 +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