The Jest Generator skill streamlines the testing workflow by creating production-ready unit tests for JavaScript, TypeScript, and React components. It follows industry best practices for test structure, including properly scoped describe blocks, setup/teardown cycles, and advanced mocking patterns for external dependencies. Whether you need to bootstrap testing for a new module, fill coverage gaps in an existing codebase, or implement complex async test scenarios, this skill ensures your test suite is robust, maintainable, and aligned with Jest conventions.
Características Principales
01Automated generation of JS/TS and React component tests
02Intelligent mocking of modules, spies, and API dependencies
03Detailed quality checklists to ensure 80%+ code coverage
04Standardized test file naming and organizational patterns
0521 GitHub stars
06Advanced support for async testing and timer manipulation