Home
last modified time | relevance | path

Searched refs:getContainerPathAsync (Results 1 – 5 of 5) sorted by relevance

/expo/packages/@expo/cli/src/start/platforms/ios/__tests__/
H A Dsimctl-test.ts5 getContainerPathAsync,
80 describe(getContainerPathAsync, () => {
86 await expect(getContainerPathAsync({ udid: undefined }, { appId: 'foobar' })).resolves.toBe(
101 await expect(getContainerPathAsync({ udid: undefined }, { appId: 'foobar' })).resolves.toBe(
/expo/packages/@expo/cli/src/start/platforms/ios/__mocks__/
H A Dsimctl.ts1 export const getContainerPathAsync = jest.fn( constant
/expo/packages/@expo/cli/src/start/platforms/ios/
H A DsimctlLogging.ts7 import { Device, getContainerPathAsync } from './simctl';
290 const containerPath = await getContainerPathAsync({ udid }, { appId: bundleIdentifier });
H A Dsimctl.ts66 export async function getContainerPathAsync( function
96 const containerPath = await getContainerPathAsync(device, { appId });
H A DAppleDeviceManager.ts176 return !!(await SimControl.getContainerPathAsync(this.device, {