Searched refs:togglePerformanceMonitorAsync (Results 1 – 4 of 4) sorted by relevance
7 export const togglePerformanceMonitorAsync = jest.fn(); constant
9 togglePerformanceMonitorAsync,21 const mockTogglePerformanceMonitorAsync = togglePerformanceMonitorAsync as jest.Mock;72 expect(togglePerformanceMonitorAsync).toHaveBeenCalledTimes(0);74 expect(togglePerformanceMonitorAsync).toHaveBeenCalledTimes(1);
61 export async function togglePerformanceMonitorAsync() { function
76 await DevMenu.togglePerformanceMonitorAsync();