Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/plotly/dash
/ persistence.test.js
File
persistence.test.js
dash/dash-renderer/tests/persistence.test.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{expect} from
'chai'
;
2
import
{afterEach, beforeEach, describe, it} from
'mocha'
;
3
import
{recordUiEdit, stores, storePrefix} from
'../src/persistence'
;
4
const
longString = pow => {
Callers
nothing calls this directly
Calls
10
recordUiEdit
Function · 0.90
clearStores
Function · 0.85
layoutA
Function · 0.85
expect
Function · 0.85
fillStorage
Function · 0.85
longString
Function · 0.70
it
Function · 0.50
equal
Method · 0.45
getItem
Method · 0.45
setItem
Method · 0.45
Tested by
no test coverage detected