Searched refs:getDevSessionsAsync (Results 1 – 9 of 9) sorted by relevance
| /expo/packages/expo-dev-launcher/bundle/functions/__tests__/ |
| H A D | getInitialData.test.ts | 8 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 D | getDevSessionsAsync.test.ts | 2 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 D | getInitialData.ts | 14 import { getDevSessionsAsync } from './getDevSessionsAsync'; 37 const initialDevSessions = await getDevSessionsAsync({
|
| H A D | getDevSessionsAsync.ts | 15 export async function getDevSessionsAsync({ function
|
| /expo/packages/expo-dev-launcher/bundle/providers/ |
| H A D | DevSessionsProvider.tsx | 3 import { getDevSessionsAsync } from '../functions/getDevSessionsAsync'; 45 const devSessions = await getDevSessionsAsync({ isAuthenticated });
|
| /expo/packages/expo-dev-launcher/bundle/functions/__mocks__/ |
| H A D | getDevSessionsAsync.ts | 1 export const getDevSessionsAsync = jest.fn(); constant
|
| /expo/packages/expo-dev-launcher/bundle/screens/__tests__/ |
| H A D | HomeScreen.test.tsx | 3 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 D | main.jsbundle | 1058 …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 D | expo_dev_launcher_android.bundle | 1059 …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…
|