Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheAlgorithms/JavaScript
/ QuickSelect.test.js
File
QuickSelect.test.js
Data-Structures/Array/test/QuickSelect.test.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ QuickSelect } from
'../QuickSelect'
2
3
describe(
'QuickSelect tests'
, () => {
4
it(
'should return the only element of a list of length 1'
, () => {
Callers
nothing calls this directly
Calls
1
QuickSelect
Function · 0.90
Tested by
no test coverage detected