Searched refs:installOnDeviceAsync (Results 1 – 4 of 4) sorted by relevance
4 import { installOnDeviceAsync } from '../installOnDeviceAsync';19 describe(installOnDeviceAsync, () => {21 await installOnDeviceAsync({37 await installOnDeviceAsync({54 installOnDeviceAsync({71 installOnDeviceAsync({
6 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();
6 import { getAppDeltaDirectory, installOnDeviceAsync } from './appleDevice/installOnDeviceAsync';22 await profile(installOnDeviceAsync)({
26 export async function installOnDeviceAsync(props: { function76 return installOnDeviceAsync(props);