jest
Learn how to test React applications with Jest and React Testing Library, a popular combination and official recommendation from React.
Learn how to use the popular testing library, Jest, for your TypeScript apps in this detailed tutorial of functional test implementation.
It's not enough to simply test your application before it goes into production. You must choose the correct React testing library to ensure you're...
This React end-to-end testing tutorial demonstrates with practical examples how to use Jest and Puppeteer to test features in a React app.
Using Jest and Enzyme, here's how to build unit tests for React and reliably test component trees and functions.
Having trouble deciding between Jest and React for snapshot testing? Take a look at this comparison of the two to help you decide.
Testing user behavior is crucial for delivering great products, and React Native Testing Library makes it a joy.
Jest is not only powerful, but also elevates framework testing to a whole new level. Here's how you can use Jest to its full...
NestJS forces us to write more easily testable code through its built-in dependency injection, which makes unit testing with Jest a painless process.
Baretest is a minimal, fast, simple JavaScript test runner. If you currently use Jest, see what you stand to gain (or lose) by trying...
Visually checking that your app appears as your designers intended was traditionally a manual process. No more: automate visual regression testing with Jest.
Snapshot testing is immensely popular for testing React apps or other component-based UIs. However, it’s not exactly drama-free — many people looooove snapshots for their ease...