Home
last modified time | relevance | path

Searched defs:getCustomRuntimeUrl (Results 1 – 2 of 2) sorted by relevance

/expo/packages/@expo/cli/src/start/platforms/ios/__tests__/
H A DApplePlatformManager-test.ts27 const getCustomRuntimeUrl = jest.fn(() => 'custom://path'); constant
54 const getCustomRuntimeUrl = jest.fn(() => null); constant
/expo/packages/@expo/cli/src/start/platforms/__tests__/
H A DPlatformManager-test.ts35 const getCustomRuntimeUrl = jest.fn(() => customUrl); constant
222 const { manager, getCustomRuntimeUrl, device, resolveDeviceAsync } = createManager({ constant
252 const { manager, getCustomRuntimeUrl, device, resolveDeviceAsync } = createManager({ constant
282 const { manager, getCustomRuntimeUrl, device, resolveDeviceAsync } = createManager({ constant