Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheAlgorithms/JavaScript
/ BucketSort.test.js
File
BucketSort.test.js
Sorts/test/BucketSort.test.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ bucketSort } from
'../BucketSort'
2
3
describe(
'Tests for bucketSort function'
, () => {
4
it(
'should correctly sort an input list that is sorted backwards'
, () => {
Callers
nothing calls this directly
Calls
1
bucketSort
Function · 0.90
Tested by
no test coverage detected