Home
last modified time | relevance | path

Searched refs:installOnDeviceAsync (Results 1 – 4 of 4) sorted by relevance

/expo/packages/@expo/cli/src/run/ios/appleDevice/__tests__/
H A DinstallOnDeviceAsync-test.ts4 import { installOnDeviceAsync } from '../installOnDeviceAsync';
19 describe(installOnDeviceAsync, () => {
21 await installOnDeviceAsync({
37 await installOnDeviceAsync({
54 installOnDeviceAsync({
71 installOnDeviceAsync({
/expo/packages/@expo/cli/src/run/ios/__tests__/
H A DlaunchApp-test.ts6 import { getAppDeltaDirectory, installOnDeviceAsync } from '../appleDevice/installOnDeviceAsync';
34 installOnDeviceAsync: jest.fn(async () => ''),
72 expect(installOnDeviceAsync).not.toBeCalled();
87 expect(installOnDeviceAsync).not.toBeCalled();
105 expect(installOnDeviceAsync).toBeCalled();
/expo/packages/@expo/cli/src/run/ios/
H A DlaunchApp.ts6 import { getAppDeltaDirectory, installOnDeviceAsync } from './appleDevice/installOnDeviceAsync';
22 await profile(installOnDeviceAsync)({
/expo/packages/@expo/cli/src/run/ios/appleDevice/
H A DinstallOnDeviceAsync.ts26 export async function installOnDeviceAsync(props: { function
76 return installOnDeviceAsync(props);