Searched refs:getDevicesAsync (Results 1 – 8 of 8) sorted by relevance
6 getDevicesAsync,29 describe(getDevicesAsync, () => {35 await expect(getDevicesAsync()).rejects.toThrowError();45 const devices = await getDevicesAsync();
5 import { getDevicesAsync } from '../getDevices';17 await expect(getDevicesAsync()).rejects.toThrowError(CommandError);
19 async function getDevicesAsync({ osType }: { osType?: OSType } = {}): Promise<AnyDevice[]> { function23 await profile(SimControl.getDevicesAsync)(),59 const devices: AnyDevice[] = await getDevicesAsync({
7 import { getDevicesAsync } from './getDevices';20 const devices = await getDevicesAsync();41 const devices = await getDevicesAsync();
6 export async function getDevicesAsync(): Promise<Device[]> { function
89 const simulators = await SimControl.getDevicesAsync();
263 export async function getDevicesAsync(): Promise<Device[]> { function
43 getDevicesAsync: jest.fn(() => [simulator, simulator]),