diff --git a/johnny-five/johnny-five-tests.ts b/johnny-five/johnny-five-tests.ts index 930a67ea88..afc057cf79 100644 --- a/johnny-five/johnny-five-tests.ts +++ b/johnny-five/johnny-five-tests.ts @@ -252,4 +252,6 @@ board.on('ready', function(){ return (raw / 100) + 10; } }); +}).on("ready", function(){ + console.log("Everything is ready!!!"); });