Searched refs:getContainerPathAsync (Results 1 – 5 of 5) sorted by relevance
5 getContainerPathAsync,80 describe(getContainerPathAsync, () => {86 await expect(getContainerPathAsync({ udid: undefined }, { appId: 'foobar' })).resolves.toBe(101 await expect(getContainerPathAsync({ udid: undefined }, { appId: 'foobar' })).resolves.toBe(
1 export const getContainerPathAsync = jest.fn( constant
7 import { Device, getContainerPathAsync } from './simctl';290 const containerPath = await getContainerPathAsync({ udid }, { appId: bundleIdentifier });
66 export async function getContainerPathAsync( function96 const containerPath = await getContainerPathAsync(device, { appId });
176 return !!(await SimControl.getContainerPathAsync(this.device, {