()
| 57 | console.png(image); |
| 58 | setTimeout(reactoptRun,1000); |
| 59 | function reactoptRun() { |
| 60 | log(''); |
| 61 | log(''); |
| 62 | log(chalk.bgGreen.bold(" Reactopt is running - Interact with your app, don't close the browser, then type 'done' to perform audit. ")); |
| 63 | log(''); |
| 64 | } |
| 65 | })(); // iife |
| 66 | |
| 67 | // when user ends interaction with 'done', execute these audits |
nothing calls this directly
no outgoing calls
no test coverage detected