/react-testing-library-guide

A complete guide to testing React Apps using React Testing Library and Jest

Primary LanguageJavaScript

8 simple steps to start testing React Apps using React Testing Library and Jest

  1. How to create a test snapshot?
  2. Testing DOM elements
  3. Testing events
  4. Testing asynchronous actions
  5. Testing React Redux
  6. Testing React Context
  7. Testing React Router
  8. Testing HTTP Request (axios)

Find the full article on my blog