Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/callstack/agent-device
/ dispatch-resolve.test.ts
File
dispatch-resolve.test.ts
src/core/__tests__/dispatch-resolve.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ beforeEach, test, vi } from
'vitest'
;
2
import
assert from
'node:assert/strict'
;
3
4
const
{ mockFindBootableIosSimulator, mockListAppleDevices } = vi.hoisted(() => ({
Callers
nothing calls this directly
Calls
4
withResolveTargetDeviceCacheScope
Function · 0.90
resolveTargetDevice
Function · 0.90
withDeviceInventoryProvider
Function · 0.90
expectDeviceNotFound
Function · 0.85
Tested by
no test coverage detected