Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/reduxjs/redux-devtools
/ persistState.spec.ts
File
persistState.spec.ts
packages/redux-devtools/test/persistState.spec.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ instrument, persistState } from
'../src'
;
2
import
{ compose, createStore } from
'redux'
;
3
4
describe(
'persistState'
, () => {
Callers
nothing calls this directly
Calls
4
createStore
Function · 0.90
compose
Function · 0.90
instrument
Function · 0.90
persistState
Function · 0.90
Tested by
no test coverage detected