Searched refs:launchAppAsync (Results 1 – 4 of 4) sorted by relevance
| /expo/packages/@expo/cli/src/run/ios/__tests__/ |
| H A D | launchApp-test.ts | 7 import { launchAppAsync } from '../launchApp'; 55 describe(launchAppAsync, () => { 61 await launchAppAsync('/path/to/app.ipa', getMockDevServerManager(), { 77 await launchAppAsync('/path/to/app.ipa', getMockDevServerManager(), { 94 await launchAppAsync('/path/to/app.ipa', getMockDevServerManager(), {
|
| H A D | runIosAsync-test.ts | 7 import { launchAppAsync } from '../launchApp'; 56 launchAppAsync: jest.fn(async () => {}), 101 expect(launchAppAsync).toBeCalledWith('/mock_binary', expect.anything(), { 143 expect(launchAppAsync).toBeCalledWith('/mock_binary', expect.anything(), {
|
| /expo/packages/@expo/cli/src/run/ios/ |
| H A D | runIosAsync.ts | 5 import { launchAppAsync } from './launchApp'; 54 await launchAppAsync(binaryPath, manager, {
|
| H A D | launchApp.ts | 14 export async function launchAppAsync( function
|