# test-suite-create > Creates a comprehensive test suite for a feature - Author: cpa03 - Repository: cpa03/blueprintify - Version: 20260201230442 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/cpa03/blueprintify - Web: https://mule.run/skillshub/@@cpa03/blueprintify~test-suite-create:20260201230442 --- --- name: test-suite-create description: Creates a comprehensive test suite for a feature --- ## Procedure 1. Identify the target component or service. 2. List edge cases and happy paths. 3. Create a test file (e.g., `*.test.ts` or `*.spec.ts`). 4. Implement unit tests using the project's test runner (Jest/Vitest). 5. Run tests ensuring coverage and pass/fail correctness.