Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
import
{ selectionSort } from
'../SelectionSort'
2
3
describe(
'selectionSort'
, () => {
4
it(
'expects to return the array sorted in ascending order'
, () => {
Callers
nothing calls this directly
Calls
1
selectionSort
Function · 0.90
Tested by
no test coverage detected