DEV Community

A JavaScript Unit Test Generator for Your Editors

Martin O'Grady on March 06, 2018

Hey!! I just released this plugin for atom & vscode. The idea behind the plugin is to generate a base template test file for your existing JS...
Collapse
 
sandeepbehera87 profile image
Sandeep Behera

function myfun() {

if (true) {
return;
}

}