DEV Community

Discussion on: A JavaScript Unit Test Generator for Your Editors

Collapse
 
sandeepbehera87 profile image
Sandeep Behera

function myfun() {

if (true) {
return;
}

}