Acerca de
This skill provides a comprehensive framework for writing high-quality unit tests in TypeScript. It guides the AI to follow industry-standard patterns like Arrange-Act-Assert (AAA), implement robust test data factories, and organize test files effectively. By focusing on behavior rather than implementation, it ensures tests are resilient to refactoring while covering edge cases, asynchronous logic, and error handling with clear, maintainable code structures. It is an essential tool for developers looking to increase code coverage and maintain software reliability.