Home
last modified time | relevance | path

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

/expo/packages/expo-dev-menu/app/native-modules/__mocks__/
H A DDevMenu.ts4 export const toggleDebugRemoteJSAsync = jest.fn(); constant
/expo/packages/expo-dev-menu/app/components/__tests__/
H A DMain.test.tsx6 toggleDebugRemoteJSAsync,
18 const mockToggleDebugRemoteJSAsync = toggleDebugRemoteJSAsync as jest.Mock;
96 expect(toggleDebugRemoteJSAsync).toHaveBeenCalledTimes(0);
98 expect(toggleDebugRemoteJSAsync).toHaveBeenCalledTimes(1);
/expo/packages/expo-dev-menu/app/native-modules/
H A DDevMenu.ts73 export async function toggleDebugRemoteJSAsync() { function
/expo/packages/expo-dev-menu/app/hooks/
H A DuseDevSettings.tsx70 await DevMenu.toggleDebugRemoteJSAsync();