MCPcopy Create free account
hub / github.com/TheAlgorithms/JavaScript / SelectionSort.test.js

File SelectionSort.test.js

Sorts/test/SelectionSort.test.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { selectionSort } from '../SelectionSort'
2
3describe('selectionSort', () => {
4 it('expects to return the array sorted in ascending order', () => {

Callers

nothing calls this directly

Calls 1

selectionSortFunction · 0.90

Tested by

no test coverage detected