Homepage
Open in app
Sign inGet started
About Codecademy
  • Archive
  • Start Coding
Tagged in

JavaScript

About Codecademy
About Codecademy
Lessons learned while teaching the world to code
More information
Followers
1.8K
Elsewhere
More, on Medium
  • JavaScript
Go to the profile of Bonnie Eisenman
Bonnie Eisenman in About Codecademy
Sep 22, 2015

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…

Read more…
5 responses