Searched refs:openPlatformsAsync (Results 1 – 3 of 3) sorted by relevance
4 import { openPlatformsAsync } from '../openPlatforms';26 const openedNative = await openPlatformsAsync(manager, options);42 const openedNative = await openPlatformsAsync(manager, options);65 await expect(openPlatformsAsync(manager, options)).rejects.toThrow(/Failed/);91 await expect(openPlatformsAsync(manager, options)).rejects.toThrow(AbortCommandError);
6 export async function openPlatformsAsync( function
10 import { openPlatformsAsync } from './server/openPlatforms';113 await profile(openPlatformsAsync)(devServerManager, options);