For Developement Environment Clone this Repo, npm i & F5
Features
This extension adds single and multi-file templates to Visual Studio Code.
Add a template by right clicking the desired location and selecting Generate ReactComponent TestCase
Generates plofile.js (you can modify anytime according to your need)
Generates /plop-templates directory with test.js.hbs (contains React Component Test Template) in your VSCode workspace
Generates /__test__ inside src folder to allow npm run test to test all your generated test cases
Creating new project item from template
To invoke template selection, simply right click on a folder or file in vscode file explorer and click the Generate ReactComponent TestCase menu item.
Click it twice if required direcotries does not exists
ProTip: Add plop templates as a recommended extension to your Workspace or Project settings file and commit it. Then everyone on your team will see this extension