Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/freeCodeCamp/freeCodeCamp
/ sort-challenges.test.js
File
sort-challenges.test.js
curriculum/src/test/utils/sort-challenges.test.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ describe, it, expect } from
'vitest'
;
2
3
import
{ shuffleArray } from
'@freecodecamp/shared/utils/shuffle-array'
;
4
import
{ sortChallenges } from
'./sort-challenges.js'
;
Callers
nothing calls this directly
Calls
1
shuffleArray
Function · 0.90
Tested by
no test coverage detected