unit-test
Installation
SKILL.md
Unit Testing Guidelines
Best practices for writing and reviewing unit tests. Contains rules covering test structure, naming, determinism, and code review.
Reference: MetaMask Unit Testing Guidelines
When to Apply
Reference these guidelines when:
- Writing new unit tests
- Reviewing test code in PRs
- Refactoring existing tests
- Debugging flaky or brittle tests
- Improving test coverage