Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Hashnode/mern-starter
/ AppReducer.spec.js
File
AppReducer.spec.js
client/modules/App/__tests__/AppReducer.spec.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
test from
'ava'
;
2
import
{ reducerTest } from
'redux-ava'
;
3
import
appReducer, { getShowAddPost } from
'../AppReducer'
;
4
import
{ toggleAddPost } from
'../AppActions'
;
Callers
nothing calls this directly
Calls
2
toggleAddPost
Function · 0.90
getShowAddPost
Function · 0.90
Tested by
no test coverage detected