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

Testing

About Codecademy
About Codecademy
Lessons learned while teaching the world to code
More information
Followers
1.8K
Elsewhere
More, on Medium
  • Testing
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
Go to the profile of Bonnie Eisenman
Bonnie Eisenman in About Codecademy
Jul 5, 2015

Testing with ReactJS at Codecademy

At Codecademy, we use ReactJS to build our learning environment. We’ve really enjoyed working with React; it’s well-suited to our learning environment, which is for the most part a single-page app.

Read more…
5 responses