关于
Provides specialized guidance for writing high-quality tests in NestJS environments using Jest, focusing on a "test behavior, not implementation" philosophy. It assists in organizing test suites into distinct unit and integration directories, ensuring that DTOs, domain entities, and use cases are validated using standardized patterns. The skill helps maintain clean codebases by providing templates for mocking dependencies, setting up test fixtures, and managing real database transactions for critical user flows.