Home
last modified time | relevance | path

Searched refs:openPlatformsAsync (Results 1 – 3 of 3) sorted by relevance

/expo/packages/@expo/cli/src/start/server/__tests__/
H A DopenPlatforms-test.ts4 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);
/expo/packages/@expo/cli/src/start/server/
H A DopenPlatforms.ts6 export async function openPlatformsAsync( function
/expo/packages/@expo/cli/src/start/
H A DstartAsync.ts10 import { openPlatformsAsync } from './server/openPlatforms';
113 await profile(openPlatformsAsync)(devServerManager, options);