Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mobxjs/mobx
/ useLocalStore.deprecated.test.tsx
File
useLocalStore.deprecated.test.tsx
packages/mobx-react-lite/__tests__/useLocalStore.deprecated.test.tsx:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import * as React from
"react"
2
import { act, cleanup, fireEvent, render } from
"@testing-library/react"
3
4
import { Observer, observer, useLocalStore } from
"../src"
Callers
nothing calls this directly
Calls
6
observer
Function · 0.90
useLocalStore
Function · 0.90
autorun
Function · 0.90
set
Method · 0.65
expect
Function · 0.50
inc
Method · 0.45
Tested by
no test coverage detected