Home
last modified time | relevance | path

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

/expo/packages/expo-dev-menu/app/native-modules/__mocks__/
H A DDevMenu.ts6 export const toggleFastRefreshAsync = jest.fn(); constant
/expo/packages/expo-dev-menu/app/components/__tests__/
H A DMain.test.tsx8 toggleFastRefreshAsync,
20 const mockToggleFastRefreshAsync = toggleFastRefreshAsync as jest.Mock;
80 expect(toggleFastRefreshAsync).toHaveBeenCalledTimes(0);
82 expect(toggleFastRefreshAsync).toHaveBeenCalledTimes(1);
/expo/packages/expo-dev-menu/app/native-modules/
H A DDevMenu.ts77 export async function toggleFastRefreshAsync() { function
/expo/packages/expo-dev-menu/app/hooks/
H A DuseDevSettings.tsx64 await DevMenu.toggleFastRefreshAsync();