Home
last modified time | relevance | path

Searched refs:getDevSessionsAsync (Results 1 – 9 of 9) sorted by relevance

/expo/packages/expo-dev-launcher/bundle/functions/__tests__/
H A DgetInitialData.test.ts8 import { getDevSessionsAsync } from '../getDevSessionsAsync';
19 getDevSessionsAsync: jest.fn().mockResolvedValue([]),
29 getDevSessionsAsync, constant
43 expect(getDevSessionsAsync).not.toHaveBeenCalled();
49 expect(getDevSessionsAsync).toHaveBeenLastCalledWith(
53 expect(getDevSessionsAsync).toHaveBeenCalled();
66 expect(getDevSessionsAsync).not.toHaveBeenCalled();
71 expect(getDevSessionsAsync).toHaveBeenLastCalledWith(
H A DgetDevSessionsAsync.test.ts2 import { getDevSessionsAsync } from '../getDevSessionsAsync';
14 await getDevSessionsAsync({ isAuthenticated: true, installationID: '321', isDevice: true });
27 await getDevSessionsAsync({ isAuthenticated: true, installationID: '321', isDevice: true });
45 await getDevSessionsAsync({ isAuthenticated: true, installationID: '321', isDevice: true });
63 await getDevSessionsAsync({ isAuthenticated: false, installationID: '321', isDevice: true });
/expo/packages/expo-dev-launcher/bundle/functions/
H A DgetInitialData.ts14 import { getDevSessionsAsync } from './getDevSessionsAsync';
37 const initialDevSessions = await getDevSessionsAsync({
H A DgetDevSessionsAsync.ts15 export async function getDevSessionsAsync({ function
/expo/packages/expo-dev-launcher/bundle/providers/
H A DDevSessionsProvider.tsx3 import { getDevSessionsAsync } from '../functions/getDevSessionsAsync';
45 const devSessions = await getDevSessionsAsync({ isAuthenticated });
/expo/packages/expo-dev-launcher/bundle/functions/__mocks__/
H A DgetDevSessionsAsync.ts1 export const getDevSessionsAsync = jest.fn(); constant
/expo/packages/expo-dev-launcher/bundle/screens/__tests__/
H A DHomeScreen.test.tsx3 import { getDevSessionsAsync } from '../../functions/getDevSessionsAsync';
11 jest.mock('../../functions/getDevSessionsAsync');
14 const mockGetDevSessionsAsync = getDevSessionsAsync as jest.Mock;
72 expect(getDevSessionsAsync).not.toHaveBeenCalled();
76 expect(getDevSessionsAsync).toHaveBeenCalled();
92 expect(getDevSessionsAsync).toHaveBeenCalledTimes(testPollAmount);
100 expect(getDevSessionsAsync).toHaveBeenCalledTimes(testPollAmount * 2);
/expo/packages/expo-dev-launcher/ios/
H A Dmain.jsbundle1058 …sole.log({error:n}),Promise.resolve(null)})),I=null!=D,P=yield(0,f.getDevSessionsAsync)({isAuthent…
1217 …t.defineProperty(e,"__esModule",{value:!0}),e.fetchDevSessions=v,e.getDevSessionsAsync=function(t)…
1245 …tion k(){return k=(0,n.default)((function*(){b(!0);var t=yield(0,o.getDevSessionsAsync)({isAuthent…
/expo/packages/expo-dev-launcher/android/src/debug/assets/
H A Dexpo_dev_launcher_android.bundle1059 …sole.log({error:n}),Promise.resolve(null)})),I=null!=D,P=yield(0,f.getDevSessionsAsync)({isAuthent…
1218 …t.defineProperty(e,"__esModule",{value:!0}),e.fetchDevSessions=v,e.getDevSessionsAsync=function(t)…
1246 …tion k(){return k=(0,n.default)((function*(){b(!0);var t=yield(0,o.getDevSessionsAsync)({isAuthent…