Searched refs:toggleElementInspectorAsync (Results 1 – 4 of 4) sorted by relevance
5 export const toggleElementInspectorAsync = jest.fn(); constant
7 toggleElementInspectorAsync,19 const mockToggleElementInspectorAsync = toggleElementInspectorAsync as jest.Mock;76 expect(toggleElementInspectorAsync).toHaveBeenCalledTimes(0);78 expect(toggleElementInspectorAsync).toHaveBeenCalledTimes(1);
65 export async function toggleElementInspectorAsync() { function
58 await DevMenu.toggleElementInspectorAsync();