Searched refs:toggleDebugRemoteJSAsync (Results 1 – 4 of 4) sorted by relevance
4 export const toggleDebugRemoteJSAsync = jest.fn(); constant
6 toggleDebugRemoteJSAsync,18 const mockToggleDebugRemoteJSAsync = toggleDebugRemoteJSAsync as jest.Mock;96 expect(toggleDebugRemoteJSAsync).toHaveBeenCalledTimes(0);98 expect(toggleDebugRemoteJSAsync).toHaveBeenCalledTimes(1);
73 export async function toggleDebugRemoteJSAsync() { function
70 await DevMenu.toggleDebugRemoteJSAsync();