01Identifies and blocks testing of mock existence in favor of real component behavior
02Prevents production code pollution by flagging test-only methods for removal to utilities
03Uses Gate Functions to validate the necessity and scope of mocks before implementation
04Enforces complete mock data structures to prevent silent failures from partial schemas
05Promotes the TDD cycle to ensure integration tests are not treated as an afterthought
0616 GitHub stars