Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/freeCodeCamp/freeCodeCamp
/ remove-module-challenges.test.js
File
remove-module-challenges.test.js
client/src/redux/remove-module-challenges.test.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
// @vitest-environment jsdom
2
import
{ describe, it, expect } from
'vitest'
;
3
import
{ reducer, initialState } from
'./index.js'
;
4
import
{ actionTypes } from
'./action-types'
;
Callers
nothing calls this directly
Calls
2
reducer
Function · 0.90
makeAction
Function · 0.85
Tested by
no test coverage detected