Leonardo Puzzuoli
Results
1
issues of
Leonardo Puzzuoli
My goal is to unit test the following Node.js script (heavily simplified for readability): script.js ``` //setup console.log("dosomething"); callfunction(); //functions function callfunction(){ return "function called"; } ``` with the following...