MCPcopy Index your code
hub / github.com/reactopt/reactopt / reactoptRun

Function reactoptRun

main.js:59–64  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected