Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mobxjs/mobx
/ jest.setup.ts
File
jest.setup.ts
packages/mobx-react/jest.setup.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
"@testing-library/jest-dom/extend-expect"
2
import
{ configure } from
"mobx"
3
4
global.setImmediate = global.setImmediate || ((fn, ...args) => global.setTimeout(fn, 0, ...args))
Callers
nothing calls this directly
Calls
1
configure
Function · 0.90
Tested by
no test coverage detected