React testing library intro

Joshua Lin (@konekoya)

Before we begin...

Don't worry if you don't feel like joining us. This talk is designed specifically for Frontend devs 😅

What is react testing library?

  • Simple and complete React DOM testing utilities that encourage good testing practices.
  • The more your tests resemble the way your software is used, the more confidence they can give you.
  • Light-weight, simple, and understandable.​
  • Not a test runner or framework
  • A replacement for Enzyme

Let's jump right in to the code...

React testing library intro

By konekoya

React testing library intro

  • 182