Skip to content

Commit ea4e816

Browse files
committed
Add export of combSort for Jest testing
1 parent 4ebe593 commit ea4e816

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Sorts/CombSort.js

+2
Original file line numberDiff line numberDiff line change
@@ -60,3 +60,5 @@ console.log(array)
6060
console.log('- After Sort | Implementation of Comb Sort -')
6161
console.log(combSort(array))
6262
console.log('\n')
63+
64+
export { combSort }

0 commit comments

Comments
 (0)