Skip to content
Navigation menu
Search
Powered by
Search
Algolia
Search
Log in
Create account
DEV Community
Close
#
jest
Follow
Hide
Posts
Left menu
👋
Sign in
for the ability to sort posts by
relevant
,
latest
, or
top
.
Right menu
Unit tests in React with Jest and Testing Library
Eduardo Henrique Gris
Eduardo Henrique Gris
Eduardo Henrique Gris
Follow
Apr 29
Unit tests in React with Jest and Testing Library
#
react
#
jest
#
testinglibrary
#
webdev
12
reactions
Comments
4
comments
9 min read
Test-Driven Development (TDD) in frontend code.
fajarriv
fajarriv
fajarriv
Follow
Mar 31
Test-Driven Development (TDD) in frontend code.
#
tdd
#
nextjs
#
jest
#
typescript
Comments
Add Comment
5 min read
Setup Jest, Babel e testing library para testes unitários em React
Eduardo Henrique Gris
Eduardo Henrique Gris
Eduardo Henrique Gris
Follow
Mar 26
Setup Jest, Babel e testing library para testes unitários em React
#
react
#
jest
#
babel
#
testinglibrary
7
reactions
Comments
Add Comment
3 min read
Jest and Vite: Cannot use `import.meta` outside a module
RubyMuibi
RubyMuibi
RubyMuibi
Follow
Apr 24
Jest and Vite: Cannot use `import.meta` outside a module
#
jest
#
vite
#
testing
#
react
24
reactions
Comments
3
comments
2 min read
React TDD: First Step
ienouali
ienouali
ienouali
Follow
Apr 24
React TDD: First Step
#
webdev
#
react
#
jest
#
tdd
Comments
Add Comment
6 min read
Configurar entorno de desarrollo en Visual Studio Code para hacer Testing con Jest
Christian Osorio
Christian Osorio
Christian Osorio
Follow
Mar 19
Configurar entorno de desarrollo en Visual Studio Code para hacer Testing con Jest
#
testing
#
javascript
#
jest
#
visualcode
Comments
Add Comment
4 min read
Testes de Integração 🔗
Ágatha
Ágatha
Ágatha
Follow
Apr 7
Testes de Integração 🔗
#
javascript
#
testing
#
jest
#
softwaredevelopment
1
reaction
Comments
Add Comment
2 min read
Desenvolvimento Dirigido por Testes (TDD) 🔁
Ágatha
Ágatha
Ágatha
Follow
Apr 7
Desenvolvimento Dirigido por Testes (TDD) 🔁
#
tdd
#
javascript
#
testing
#
jest
1
reaction
Comments
Add Comment
4 min read
How to add Jest into your Vite project with TS
Michael De Abreu
Michael De Abreu
Michael De Abreu
Follow
Mar 30
How to add Jest into your Vite project with TS
#
vite
#
typescript
#
jest
#
react
14
reactions
Comments
Add Comment
3 min read
Setup Jest, Babel and testing library for unit testing in React
Eduardo Henrique Gris
Eduardo Henrique Gris
Eduardo Henrique Gris
Follow
Mar 26
Setup Jest, Babel and testing library for unit testing in React
#
react
#
jest
#
babel
#
testinglibrary
4
reactions
Comments
Add Comment
3 min read
Handle Variables and Dynamic Values with `jest.fn()`
Andrew Chaa
Andrew Chaa
Andrew Chaa
Follow
Mar 14
Handle Variables and Dynamic Values with `jest.fn()`
#
jest
#
mock
#
javascript
4
reactions
Comments
Add Comment
2 min read
Unit testing redux toolkit slices
ujjavala
ujjavala
ujjavala
Follow
Mar 14
Unit testing redux toolkit slices
#
unittest
#
redux
#
webdev
#
jest
2
reactions
Comments
Add Comment
4 min read
Mastering Angular Unit Testing: Best Practices and Tools
Sonu Kapoor
Sonu Kapoor
Sonu Kapoor
Follow
for
This is Angular
Mar 8
Mastering Angular Unit Testing: Best Practices and Tools
#
angular
#
jest
#
mocks
#
typescript
31
reactions
Comments
2
comments
9 min read
Why you should NOT use Jest w/ Solid
Daniel Macák
Daniel Macák
Daniel Macák
Follow
Mar 6
Why you should NOT use Jest w/ Solid
#
javascript
#
solidjs
#
jest
#
vitest
1
reaction
Comments
Add Comment
3 min read
Mastering Asynchronous React Testing: A Jest Strategy for Functions with Multiple Async Calls
Alex Matheson
Alex Matheson
Alex Matheson
Follow
Mar 2
Mastering Asynchronous React Testing: A Jest Strategy for Functions with Multiple Async Calls
#
jest
#
react
#
reactnative
#
async
Comments
Add Comment
3 min read
Husky: Step by Step (Bite-size Article)
koshirok096
koshirok096
koshirok096
Follow
Mar 1
Husky: Step by Step (Bite-size Article)
#
husky
#
jest
#
testing
#
beginners
6
reactions
Comments
1
comment
5 min read
Setting up test files in React with Jest
Katie N
Katie N
Katie N
Follow
Feb 29
Setting up test files in React with Jest
#
react
#
testing
#
jest
3
reactions
Comments
2
comments
5 min read
A Practical Guide to Testing React Applications (Unit Tests)
Victory Asokomeh
Victory Asokomeh
Victory Asokomeh
Follow
Feb 26
A Practical Guide to Testing React Applications (Unit Tests)
#
react
#
jest
#
typescript
#
testing
6
reactions
Comments
2
comments
9 min read
Jest - Step by Step (Bite-size Article)
koshirok096
koshirok096
koshirok096
Follow
Feb 23
Jest - Step by Step (Bite-size Article)
#
jest
#
testing
#
beginners
#
react
1
reaction
Comments
Add Comment
4 min read
Optimizing The Performance of Web Applications With Jest
oluwatobi2001
oluwatobi2001
oluwatobi2001
Follow
Feb 21
Optimizing The Performance of Web Applications With Jest
#
performance
#
jest
#
webdev
#
node
Comments
Add Comment
6 min read
Easily create mock data for unit tests 🧪
Thomas King
Thomas King
Thomas King
Follow
Feb 15
Easily create mock data for unit tests 🧪
#
unittest
#
jest
#
typescript
#
testing
36
reactions
Comments
6
comments
4 min read
Unit Testing Expo Apps With Jest
Emily Xiong
Emily Xiong
Emily Xiong
Follow
for
Nx
Feb 19
Unit Testing Expo Apps With Jest
#
expo
#
jest
#
nx
#
reactnative
1
reaction
Comments
1
comment
7 min read
Unlocking Test Data Efficiency in React
Kazuhito Higashioka
Kazuhito Higashioka
Kazuhito Higashioka
Follow
Jan 16
Unlocking Test Data Efficiency in React
#
react
#
javascript
#
jest
#
unittest
Comments
Add Comment
4 min read
NextJs 14 — App Router and Unit Testing (w/ async pages)
Alberto Cubeddu
Alberto Cubeddu
Alberto Cubeddu
Follow
Feb 17
NextJs 14 — App Router and Unit Testing (w/ async pages)
#
nextjs
#
unittest
#
react
#
jest
1
reaction
Comments
Add Comment
6 min read
Mock modules properly with Jest and Typescript
Mattiz
Mattiz
Mattiz
Follow
Feb 17
Mock modules properly with Jest and Typescript
#
testing
#
jest
#
typescript
#
mock
10
reactions
Comments
Add Comment
2 min read
How to Apply SOLID with Testing JS/TS Class Methods
Anthony Master
Anthony Master
Anthony Master
Follow
Jan 13
How to Apply SOLID with Testing JS/TS Class Methods
#
jest
#
testing
#
solidprinciples
#
typescript
2
reactions
Comments
Add Comment
4 min read
Running react native testing 3x faster
Changwoo Yoo
Changwoo Yoo
Changwoo Yoo
Follow
Feb 8
Running react native testing 3x faster
#
reactnative
#
jest
#
swc
#
testing
5
reactions
Comments
Add Comment
1 min read
Testing tRPC + Express with Jest and Supertest
Brecht Carnewal
Brecht Carnewal
Brecht Carnewal
Follow
Feb 5
Testing tRPC + Express with Jest and Supertest
#
trpc
#
jest
#
supertest
#
express
4
reactions
Comments
Add Comment
1 min read
Jest: Exceeded Timeout of 5000 ms for a Test
Sarad Singh
Sarad Singh
Sarad Singh
Follow
Jan 29
Jest: Exceeded Timeout of 5000 ms for a Test
#
testing
#
jest
#
javascript
#
beginners
1
reaction
Comments
Add Comment
2 min read
Jest: Exceeded Timeout of 5000 ms for a Test
Sarad Singh
Sarad Singh
Sarad Singh
Follow
Jan 29
Jest: Exceeded Timeout of 5000 ms for a Test
#
testing
#
jest
#
javascript
#
beginners
12
reactions
Comments
Add Comment
1 min read
.toBe(true) or .toBeTruthy()
Majid Eltayeb
Majid Eltayeb
Majid Eltayeb
Follow
Jan 26
.toBe(true) or .toBeTruthy()
#
javascript
#
testing
#
jest
#
tips
2
reactions
Comments
Add Comment
1 min read
Mocking Axios GET Requests: A Practical Guide for Reliable React Testing using Jest
Iheanacho Ebere
Iheanacho Ebere
Iheanacho Ebere
Follow
Jan 23
Mocking Axios GET Requests: A Practical Guide for Reliable React Testing using Jest
#
webdev
#
jest
#
testing
#
react
2
reactions
Comments
Add Comment
4 min read
Implementando Testes com Jest em Projetos React + TypeScript
Vitor Rios
Vitor Rios
Vitor Rios
Follow
Jan 3
Implementando Testes com Jest em Projetos React + TypeScript
#
react
#
jest
#
typescript
#
testing
6
reactions
Comments
Add Comment
4 min read
Unit Testing in NodeJS with Express, TypeScript, Jest and Supertest || Part Three: Writing Unit Tests || A Comprehensive Guide
Abeinemukama Vicent
Abeinemukama Vicent
Abeinemukama Vicent
Follow
Jan 2
Unit Testing in NodeJS with Express, TypeScript, Jest and Supertest || Part Three: Writing Unit Tests || A Comprehensive Guide
#
jest
#
node
#
express
#
unittest
3
reactions
Comments
Add Comment
38 min read
Dissecting the hell that is Jest setup with ESM and Typescript
Jen Chan
Jen Chan
Jen Chan
Follow
Dec 31 '23
Dissecting the hell that is Jest setup with ESM and Typescript
#
testing
#
jest
#
typescript
#
react
8
reactions
Comments
2
comments
5 min read
Testing XState FSM using Jest
Ibé Dwi
Ibé Dwi
Ibé Dwi
Follow
Dec 27 '23
Testing XState FSM using Jest
#
xstate
#
jest
#
finitestatemachine
#
fsm
5
reactions
Comments
Add Comment
16 min read
🇮🇩 Menguji FSM XState dengan Jest
Ibé Dwi
Ibé Dwi
Ibé Dwi
Follow
Dec 26 '23
🇮🇩 Menguji FSM XState dengan Jest
#
xstate
#
finitestatemachine
#
fsm
#
jest
Comments
1
comment
16 min read
Unit Testing in NodeJS with Express & TypeScript || Part One: Environment Setup
Abeinemukama Vicent
Abeinemukama Vicent
Abeinemukama Vicent
Follow
Dec 23 '23
Unit Testing in NodeJS with Express & TypeScript || Part One: Environment Setup
#
node
#
express
#
unittest
#
jest
12
reactions
Comments
1
comment
7 min read
Importing posts from an RSS feed with Eleventy
Rami Taibah
Rami Taibah
Rami Taibah
Follow
Nov 29 '23
Importing posts from an RSS feed with Eleventy
#
eleventy
#
jest
#
javascript
1
reaction
Comments
Add Comment
1 min read
Mastering Jest Configuration for React TypeScript Projects with Vite: A Step-by-Step Guide
Shubham Bajaj
Shubham Bajaj
Shubham Bajaj
Follow
Dec 15 '23
Mastering Jest Configuration for React TypeScript Projects with Vite: A Step-by-Step Guide
#
jest
#
vite
#
react
#
testing
8
reactions
Comments
1
comment
6 min read
#TesteSemNeura Desmistificando Testes Unitários com Jest
Iury Nogueira
Iury Nogueira
Iury Nogueira
Follow
Dec 11 '23
#TesteSemNeura Desmistificando Testes Unitários com Jest
#
javascript
#
tutorial
#
jest
#
test
1
reaction
Comments
2
comments
5 min read
Frontend testing JSDOM web apps
Bryce Seefieldt
Bryce Seefieldt
Bryce Seefieldt
Follow
Dec 9 '23
Frontend testing JSDOM web apps
#
frontend
#
jest
#
jsdom
#
opensource
Comments
Add Comment
4 min read
Syntax Error can't use import outside of module when testing with jest
sarahFarjallah
sarahFarjallah
sarahFarjallah
Follow
Dec 8 '23
Syntax Error can't use import outside of module when testing with jest
#
jest
#
react
#
react17
#
unittest
Comments
Add Comment
2 min read
Use jest.fakeTimers correctly
Robin
Robin
Robin
Follow
Dec 4 '23
Use jest.fakeTimers correctly
#
jest
#
javascript
#
testing
2
reactions
Comments
Add Comment
1 min read
Entendiendo jest.spyOn() con console.log
Carlos Giménez
Carlos Giménez
Carlos Giménez
Follow
Dec 4 '23
Entendiendo jest.spyOn() con console.log
#
jest
#
testing
#
spyon
#
spanish
Comments
Add Comment
4 min read
Solving the "Class constructor HTMLElement cannot be invoked without 'new'" Jest Error
Dany Paredes
Dany Paredes
Dany Paredes
Follow
Nov 25 '23
Solving the "Class constructor HTMLElement cannot be invoked without 'new'" Jest Error
#
angular
#
testing
#
jest
#
t
3
reactions
Comments
Add Comment
2 min read
Tests Everywhere - JavaScript
Roger Viñas Alcon
Roger Viñas Alcon
Roger Viñas Alcon
Follow
Nov 23 '23
Tests Everywhere - JavaScript
#
test
#
javascript
#
jest
#
tutorial
Comments
Add Comment
2 min read
Supercharge Your Testing Workflow: Creating Unit and E2E Tests 10x Faster with ChatGPT-3 Inside NestJS
Henrique Weiand
Henrique Weiand
Henrique Weiand
Follow
Nov 8 '23
Supercharge Your Testing Workflow: Creating Unit and E2E Tests 10x Faster with ChatGPT-3 Inside NestJS
#
nestjs
#
chatgpt
#
testing
#
jest
3
reactions
Comments
Add Comment
3 min read
NestJS: Mocking Databases for Efficient Tests
Shubham Kadam
Shubham Kadam
Shubham Kadam
Follow
Nov 4 '23
NestJS: Mocking Databases for Efficient Tests
#
unittest
#
jest
#
nestjs
#
mock
18
reactions
Comments
Add Comment
6 min read
Applying Unit Tests on NestJS with Jest and GitHub Actions
Henrique Weiand
Henrique Weiand
Henrique Weiand
Follow
Oct 30 '23
Applying Unit Tests on NestJS with Jest and GitHub Actions
#
nestjs
#
unittest
#
jest
#
githubactions
2
reactions
Comments
Add Comment
8 min read
Running Jest for multiple DB with GitHub Actions
Kazane Shimizu
Kazane Shimizu
Kazane Shimizu
Follow
for
Collections
Oct 30 '23
Running Jest for multiple DB with GitHub Actions
#
jest
#
postgressql
#
githubactions
Comments
Add Comment
4 min read
Elevating Your Testing Skills with Proven Best Practices
Lewis Thagichu
Lewis Thagichu
Lewis Thagichu
Follow
Oct 22 '23
Elevating Your Testing Skills with Proven Best Practices
#
testing
#
jest
#
javascript
#
coding
22
reactions
Comments
Add Comment
2 min read
Creating and Testing Apollo Client Links
Jason Gaare
Jason Gaare
Jason Gaare
Follow
for
CompanyCam
Oct 23 '23
Creating and Testing Apollo Client Links
#
graphql
#
programming
#
javascript
#
jest
5
reactions
Comments
Add Comment
5 min read
Building a Polymorphic React FormElement Component
Serif COLAKEL
Serif COLAKEL
Serif COLAKEL
Follow
Oct 18 '23
Building a Polymorphic React FormElement Component
#
react
#
typescript
#
jest
#
javascript
Comments
3
comments
5 min read
Unit Testing with Jest and Rewire in JavaScript
Mehmet Kırkoca
Mehmet Kırkoca
Mehmet Kırkoca
Follow
Sep 17 '23
Unit Testing with Jest and Rewire in JavaScript
#
unittest
#
jest
#
rewire
#
javascript
1
reaction
Comments
Add Comment
2 min read
Mocking Modules in Jest: Three Powerful Techniques
Lucas jin
Lucas jin
Lucas jin
Follow
Apr 2
Mocking Modules in Jest: Three Powerful Techniques
#
jest
#
testing
#
javascript
2
reactions
Comments
23
comments
2 min read
Using Jest to bulletproof a TypeScript Class - Part 2
João Textor
João Textor
João Textor
Follow
Sep 26 '23
Using Jest to bulletproof a TypeScript Class - Part 2
#
webdev
#
testing
#
typescript
#
jest
2
reactions
Comments
Add Comment
3 min read
Electron Testing Best Practices: Testing Main and Renderer Code with Jest
Sibelius Seraphini
Sibelius Seraphini
Sibelius Seraphini
Follow
for
Woovi
Sep 22 '23
Electron Testing Best Practices: Testing Main and Renderer Code with Jest
#
electron
#
jest
5
reactions
Comments
Add Comment
2 min read
Effortless Project Discovery: Automating Jest Multi-Project Runs in Monorepos
Sibelius Seraphini
Sibelius Seraphini
Sibelius Seraphini
Follow
for
Woovi
Sep 21 '23
Effortless Project Discovery: Automating Jest Multi-Project Runs in Monorepos
#
jest
#
monorepo
#
automation
5
reactions
Comments
Add Comment
2 min read
I Learned Promise Chaining (and more!) from Error Testing my SVG Logo Generator.
jushendhillon9
jushendhillon9
jushendhillon9
Follow
Sep 8 '23
I Learned Promise Chaining (and more!) from Error Testing my SVG Logo Generator.
#
javascript
#
npm
#
testing
#
jest
1
reaction
Comments
6
comments
3 min read
loading...
We're a place where coders share, stay up-to-date and grow their careers.
Log in
Create account