jest-quality
Enforce Jest best practices. Proper mock typing with jest.mocked(), clean test structure, and reliable assertions.
Installation
If you haven't added the marketplace yet, see Getting Started.
claude plugin install jest-quality@wrxck-claude-plugins
Or add to your ~/.claude/settings.json:
{
"enabledPlugins": {
"jest-quality@wrxck-claude-plugins": true
}
}
Features
- Enforces jest.mocked() for typed mocks
- Clean test structure validation
- Reliable assertion patterns
- Catches common testing antipatterns