/testing-react-app

React tests with Jest and Enzyme (studying purposes)

Primary LanguageCSS

A Practical Guide to Testing React Apps

Article: http://acco.io/a-practical-guide-to-testing-react-apps/

  • The popular tools (Jest and Enzyme) that we use to test React apps
  • "Shallow rendering" a component
  • What good React specs look
  • What tests not to write
  • Jest snapshots
  • Jest serializers
  • ...and more!

Contents