con un clic
isolate-tests-from-external-dependencies
Tests must not depend on external systems, databases, or network calls. Mock external dependencies. Use test data, not production data. Tests must be independent and repeatable. Running tests multiple times must produce same results.
Tests must not depend on external systems, databases, or network calls. Mock external dependencies. Use test data, not production data. Tests must be independent and repeatable. Running tests multiple times must produce same results.
npx skills add https://github.com/seanrobmerriam/kinetic-code-skills --skill isolate-tests-from-external-dependenciesCopia y pega este comando en Claude Code para instalar la habilidad