关于
The Unit Test Doubles Generator streamlines the unit testing process by automating the creation of mocks, stubs, spies, and fakes. By analyzing your source code's dependencies, this skill identifies exactly what needs to be isolated and generates the appropriate test double code for frameworks like Jest and Sinon. It is an essential tool for developers looking to reduce boilerplate, increase test coverage, and ensure code units are tested in complete isolation without manual setup overhead.