Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/streamich/react-use
/ useLocalStorage.test.ts
File
useLocalStorage.test.ts
tests/useLocalStorage.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
useLocalStorage from
'../src/useLocalStorage'
;
2
import
'jest-localstorage-mock'
;
3
import
{ renderHook, act } from
'@testing-library/react-hooks'
;
4
Callers
nothing calls this directly
Calls
2
useLocalStorage
Function · 0.85
setState
Function · 0.85
Tested by
no test coverage detected