Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/thesysdev/openui
/ threadContextSwitch.test.ts
File
threadContextSwitch.test.ts
packages/react-headless/src/store/__tests__/threadContextSwitch.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ describe, expect, it, vi } from
"vitest"
;
2
import
{ createThreadContextStore } from
"../createThreadContextStore"
;
3
import
{ makeStore } from
"./__helpers/makeStore"
;
4
Callers
nothing calls this directly
Calls
9
makeStore
Function · 0.90
createThreadContextStore
Function · 0.90
populate
Function · 0.85
expectEmpty
Function · 0.85
getState
Method · 0.80
setupStores
Function · 0.70
flushPromises
Function · 0.70
subscribe
Method · 0.65
deleteThread
Method · 0.65
Tested by
no test coverage detected