01Prevents the inclusion of test-only methods in production code to avoid pollution
02Provides real-time blockers for mocking without deep dependency understanding
03Detects and flags over-complex mock setups that should be integration tests
04Enforces complete mock data structures that accurately mirror real API responses
052 GitHub stars
06Identifies and blocks assertions on mock elements to ensure real behavior is tested