Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/getsentry/XcodeBuildMCP
/ app-path-resolver.test.ts
File
app-path-resolver.test.ts
src/utils/__tests__/app-path-resolver.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ describe, expect, it } from
'vitest'
;
2
import
path from
'node:path'
;
3
import
{ homedir } from
'node:os'
;
4
import
{ createMockExecutor } from
'../../test-utils/mock-executors.ts'
;
Callers
nothing calls this directly
Calls
2
createMockExecutor
Function · 0.90
resolveAppPathFromBuildSettings
Function · 0.90
Tested by
no test coverage detected