Searched refs:toggleFastRefreshAsync (Results 1 – 4 of 4) sorted by relevance
6 export const toggleFastRefreshAsync = jest.fn(); constant
8 toggleFastRefreshAsync,20 const mockToggleFastRefreshAsync = toggleFastRefreshAsync as jest.Mock;80 expect(toggleFastRefreshAsync).toHaveBeenCalledTimes(0);82 expect(toggleFastRefreshAsync).toHaveBeenCalledTimes(1);
77 export async function toggleFastRefreshAsync() { function
64 await DevMenu.toggleFastRefreshAsync();