VS Code jest-test-gen extensionWelcome to VS Code extension for jest-test-gen! The fastest way to generate a jest unit test file from a js or ts source. Simply open a source file and select FeaturesAutomates creation of initial unit test files taking dependencies into account. Parsing and test generation is avaialable for the following exports:
Demos.ts file with React functional component.js file with a es6 class defined plus exported helper functionKnown IssuesOnly ES6 exported functions, components, classes and POJOs will be used in the generated test file. Make sure that what you want to test is exported via Release NotesUsers appreciate release notes as you update your extension. 1.0.0Initial extension release 🎉 |