PropTypes Validation in React + Karma
At Codecademy, we use Karma + Jasmine to test our React codebase. We also use PropTypes to document what props each React component expects.
Problem: we weren’t actually validating the PropTypes, so even though we made an effort to keep…