VOOZH about

URL: https://blog.logrocket.com/tag/jest/

⇱ jest Archives - LogRocket Blog


Tag: jest

Jest adoption guide: Overview, examples, and alternatives

Dev

Jest is feature-rich testing framework that comes with several in-built features that make it powerful and easy to use.

πŸ‘ Image
Ibiyemi Adewakun
Apr 9, 2024 β‹… 12 min read

How to test React Hooks

Dev

Testing your React app is a necessity, but testing Hooks can get a bit complicated. Learn how to test Hooks multiple ways in this guide.

πŸ‘ Image
Yomi Eluwande
Dec 18, 2023 β‹… 11 min read

Comparing React testing libraries

Dev

If you create something, no matter what, you should test it before serving it to others. Let’s take a look at some React testing strategies.

πŸ‘ Image
Murat Γ‡atal
Feb 8, 2023 β‹… 15 min read

React end-to-end testing with Jest and Puppeteer

Dev

Catch bugs in your code before your React app is live by performing end-to-end testing with Jest and Puppeteer.

πŸ‘ Image
Yomi Eluwande
Sep 20, 2022 β‹… 10 min read

Jest testing: Top features and how to use them

Dev

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 potential.

πŸ‘ Image
Alberto Gimeno
May 30, 2022 β‹… 6 min read

React app testing: Jest and React Testing Library

Dev

Learn how to test React applications with Jest and React Testing Library, a popular combination and official recommendation from React.

πŸ‘ Image
Juan Cruz Martinez
Mar 16, 2022 β‹… 11 min read

Testing TypeScript apps using Jest

Dev

Learn how to use the popular testing library, Jest, for your TypeScript apps in this detailed tutorial of functional test implementation.

πŸ‘ Image
Ibiyemi Adewakun
Oct 14, 2021 β‹… 8 min read

Jest and Enzyme: Unit testing in React in 2021

Dev

Using Jest and Enzyme, here’s how to build unit tests for React and reliably test component trees and functions.

πŸ‘ Image
Andrew Evans
Dec 17, 2020 β‹… 4 min read

Using Jest for React screenshot testing

Dev

Having trouble deciding between Jest and React for snapshot testing? Take a look at this comparison of the two to help you decide.

πŸ‘ Image
Alexander Solovyev
Dec 15, 2020 β‹… 3 min read

User behavior testing with React Native Testing Library

Dev

Testing user behavior is crucial for delivering great products, and React Native Testing Library makes it a joy.

πŸ‘ Image
Zain Sajjad
Dec 9, 2020 β‹… 5 min read

Unit testing NestJS applications with Jest

Dev

NestJS forces us to write more easily testable code through its built-in dependency injection, which makes unit testing with Jest a painless process.

πŸ‘ Image
Maciej CieΕ›lar
May 19, 2020 β‹… 12 min read

Run faster tests in Node.js with Baretest

Dev

Baretest is a minimal, fast, simple JavaScript test runner. If you currently use Jest, see what you stand to gain (or lose) by trying Baretest.

πŸ‘ Image
Abdulazeez Abdulazeez Adeshina
Apr 7, 2020 β‹… 5 min read