Generate comprehensive unit tests for the selected code
/plugin install test@max-skillsWrite tests for the selected code.
Cover:
Use the testing framework already present in the project. Follow existing test file conventions (naming, structure, assertion style). Each test should have a clear description of what it's verifying. Avoid testing implementation details — test behavior.
by Skills Marketplace · MIT