Skip to content

Commit b3e6eed

Browse files
committed
Add export to CycleSort for Jest testing
1 parent 720b7b0 commit b3e6eed

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Sorts/CycleSort.js

+2
Original file line numberDiff line numberDiff line change
@@ -71,3 +71,5 @@ console.log(array)
7171
console.log('- After Sort | Implementation of Cycle Sort -')
7272
console.log(cycleSort(array))
7373
console.log('\n')
74+
75+
export { cycleSort }

0 commit comments

Comments
 (0)