Skip to main content

Kiro Test Generator

Code
By cremich/promptz Source | 2 views 0 copies |

Prompt

Generate comprehensive tests for this code following Kiro's testing standards: **Unit Tests:** - Test each function/method in isolation - Cover happy path and edge cases - Mock external dependencies **Integration Tests:** - Test component interactions - Verify data flow between modules **Test Structure:** - Use describe/it blocks - Clear test names explaining behavior - Arrange-Act-Assert pattern Code to test: [INSERT YOUR CODE HERE] Testing framework: [FRAMEWORK]

Rate this prompt

Click to rate

0.0 avg rating (0)
Subcategory: Kiro