diff --git a/test/src/index.jsx b/test/src/index.jsx index 209c77dd..eabd317d 100644 --- a/test/src/index.jsx +++ b/test/src/index.jsx @@ -8,7 +8,7 @@ import './styles.css'; scan({ enabled: true, - report: true, + // report: true, // log: true, // clearLog: true, // playSound: true, @@ -46,9 +46,9 @@ export const App = () => { return () => window.removeEventListener('resize', checkMobile); }, []); - useEffect(() => { - printReport(['Button', 'AddTaskBar']); - }, [tasks, activeTab]); + // useEffect(() => { + // printReport(['Button', 'AddTaskBar']); + // }, [tasks, activeTab]); return (