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
Error in Jest integration with Vue js
Pankaj Durve
Pankaj Durve
Pankaj Durve
Follow
Sep 20
Error in Jest integration with Vue js
#
vue
#
jest
Comments
Add Comment
1 min read
Declarative Programming
Christopher Zhong
Christopher Zhong
Christopher Zhong
Follow
Sep 19
Declarative Programming
#
typescript
#
jest
Comments
Add Comment
4 min read
How to Test Functions That Return Functions in TypeScript with Jest
Mateus Cechetto
Mateus Cechetto
Mateus Cechetto
Follow
Sep 15
How to Test Functions That Return Functions in TypeScript with Jest
#
typescript
#
jest
#
testing
#
javascript
2
reactions
Comments
Add Comment
3 min read
Testing environment with a local Mongo database
Federico Gómez
Federico Gómez
Federico Gómez
Follow
Sep 10
Testing environment with a local Mongo database
#
typescript
#
mongodb
#
testing
#
jest
Comments
Add Comment
5 min read
Mocking Network Requests Made Easy: Integrating Jest and MSW
Roland Awoda
Roland Awoda
Roland Awoda
Follow
Sep 7
Mocking Network Requests Made Easy: Integrating Jest and MSW
#
javascript
#
unittest
#
jest
#
msw
3
reactions
Comments
Add Comment
10 min read
My experience with Units Tests using Jest JS
Augusto Kayo
Augusto Kayo
Augusto Kayo
Follow
Aug 23
My experience with Units Tests using Jest JS
#
javascript
#
react
#
typescript
#
jest
Comments
Add Comment
1 min read
Strategies for Writing More Testable Code - An Imperative Approach
Felipe Leao
Felipe Leao
Felipe Leao
Follow
Sep 1
Strategies for Writing More Testable Code - An Imperative Approach
#
jest
#
testing
#
backend
#
webdev
8
reactions
Comments
Add Comment
5 min read
Setup Jest in a typescript React project
Abhishek P N
Abhishek P N
Abhishek P N
Follow
Aug 5
Setup Jest in a typescript React project
#
react
#
jest
#
typescript
#
testing
Comments
Add Comment
2 min read
How to Run Jest Unit Tests in a Typescript Project
dorinandreidragan
dorinandreidragan
dorinandreidragan
Follow
Aug 9
How to Run Jest Unit Tests in a Typescript Project
#
typescript
#
jest
#
webdev
#
unittest
2
reactions
Comments
Add Comment
2 min read
Fixing Jest import failure
Philippe Arteau
Philippe Arteau
Philippe Arteau
Follow
Jul 29
Fixing Jest import failure
#
jest
#
tooling
#
babel
Comments
Add Comment
1 min read
Estratégias para escrever código com maior testabilidade - uma análise imperativa
Felipe Leao
Felipe Leao
Felipe Leao
Follow
Aug 31
Estratégias para escrever código com maior testabilidade - uma análise imperativa
#
jest
#
webdev
#
backend
#
testing
5
reactions
Comments
Add Comment
6 min read
Where does return render( <UserProvider> etc go in a test.js jest file?
SleepyDev
SleepyDev
SleepyDev
Follow
Aug 27
Where does return render( <UserProvider> etc go in a test.js jest file?
#
react
#
jest
#
testing
#
qa
Comments
1
comment
1 min read
Mock functions in individual tests using Jest
Tyler Smith
Tyler Smith
Tyler Smith
Follow
Aug 4
Mock functions in individual tests using Jest
#
javascript
#
jest
#
testing
2
reactions
Comments
Add Comment
6 min read
Mastering Jest in Next.js: A Complete Guide for App Router and TypeScript 🚀
Alaa Samy
Alaa Samy
Alaa Samy
Follow
Aug 23
Mastering Jest in Next.js: A Complete Guide for App Router and TypeScript 🚀
#
webdev
#
typescript
#
jest
#
nextjs
5
reactions
Comments
Add Comment
3 min read
Jest Recap: What Runs When?
Hauke T.
Hauke T.
Hauke T.
Follow
Jul 18
Jest Recap: What Runs When?
#
jest
#
javascript
#
programming
#
testing
Comments
Add Comment
3 min read
The Case Against Mocking Libraries
Shubham Sharma
Shubham Sharma
Shubham Sharma
Follow
Aug 21
The Case Against Mocking Libraries
#
softwaretesting
#
jest
#
mocking
Comments
1
comment
3 min read
Writing integration tests with jest and puppeteer
Michael Tiel
Michael Tiel
Michael Tiel
Follow
Aug 16
Writing integration tests with jest and puppeteer
#
jest
#
typescript
#
puppeteer
#
tutorial
2
reactions
Comments
Add Comment
4 min read
Solving the Jest Native Module Error in a React Native Expo Project
Andrew Chaa
Andrew Chaa
Andrew Chaa
Follow
Jul 28
Solving the Jest Native Module Error in a React Native Expo Project
#
reactnative
#
jest
Comments
Add Comment
2 min read
The Power of Jest and React Native Testing Library Combined
Paulo Messias
Paulo Messias
Paulo Messias
Follow
Jul 24
The Power of Jest and React Native Testing Library Combined
#
reactnative
#
jest
#
testing
#
programming
3
reactions
Comments
Add Comment
3 min read
Test if a promise throw an Error
Marco A.
Marco A.
Marco A.
Follow
Jun 5
Test if a promise throw an Error
#
webdev
#
javascript
#
programming
#
jest
Comments
Add Comment
1 min read
JEST: DeepMind’s JEST: DeepMind’s Breakthrough for AI Training Efficiency
Amulya Kumar
Amulya Kumar
Amulya Kumar
Follow
for
HyScaler
Jul 9
JEST: DeepMind’s JEST: DeepMind’s Breakthrough for AI Training Efficiency
#
deepmind
#
aitraining
#
jest
#
webdev
Comments
Add Comment
2 min read
Are you writing test for the first time? This might help.
Ademola Onasoga
Ademola Onasoga
Ademola Onasoga
Follow
Jul 6
Are you writing test for the first time? This might help.
#
jest
#
testing
#
react
#
beginners
11
reactions
Comments
2
comments
3 min read
Entendendo as Nomenclaturas getBy..., findBy... e queryBy... no Jest
Vitor Rios
Vitor Rios
Vitor Rios
Follow
Jun 20
Entendendo as Nomenclaturas getBy..., findBy... e queryBy... no Jest
#
jest
#
testing
#
javascript
#
typescript
1
reaction
Comments
Add Comment
2 min read
Testing Callback Functions with Jest
Kota Ito
Kota Ito
Kota Ito
Follow
Jun 28
Testing Callback Functions with Jest
#
jest
#
testing
#
react
3
reactions
Comments
Add Comment
2 min read
Diferenças entre o jest.spyOn e jest.mock
Vitor Rios
Vitor Rios
Vitor Rios
Follow
Jun 21
Diferenças entre o jest.spyOn e jest.mock
#
jest
#
testing
#
javascript
#
mock
2
reactions
Comments
Add Comment
3 min read
Mock Class Constructor in Jest Test with Mocking Partials
Kota Ito
Kota Ito
Kota Ito
Follow
Jun 20
Mock Class Constructor in Jest Test with Mocking Partials
#
jest
#
testing
#
mock
#
react
2
reactions
Comments
Add Comment
2 min read
Three Important Things I Learned While Jest Testing My Next.js Application
Kota Ito
Kota Ito
Kota Ito
Follow
May 19
Three Important Things I Learned While Jest Testing My Next.js Application
#
jest
#
testing
#
nextjs
#
react
3
reactions
Comments
Add Comment
3 min read
Ensuring the Quality of Your App with Testing in React Native
Paulo Messias
Paulo Messias
Paulo Messias
Follow
Jun 15
Ensuring the Quality of Your App with Testing in React Native
#
reactnative
#
testing
#
jest
#
e2e
10
reactions
Comments
Add Comment
5 min read
Como Escrever Testes Unitários para Serviços Backend com Dependências de Banco de Dados Usando SQLite In-Memory
Vitor Rios
Vitor Rios
Vitor Rios
Follow
Jun 11
Como Escrever Testes Unitários para Serviços Backend com Dependências de Banco de Dados Usando SQLite In-Memory
#
jest
#
sqlite
#
testing
#
database
1
reaction
Comments
Add Comment
4 min read
Mocking navigator.clipboard.writeText in Jest
Andrew Chaa
Andrew Chaa
Andrew Chaa
Follow
Jun 10
Mocking navigator.clipboard.writeText in Jest
#
javascript
#
jest
#
testing
2
reactions
Comments
Add Comment
2 min read
Utilização e Benefícios do Rerender em Testes de Componentes React com Jest e React Testing Library
Vitor Rios
Vitor Rios
Vitor Rios
Follow
Jun 4
Utilização e Benefícios do Rerender em Testes de Componentes React com Jest e React Testing Library
#
testing
#
react
#
webdev
#
jest
1
reaction
Comments
Add Comment
3 min read
Testes unitários em React com Jest e testing library
Eduardo Henrique Gris
Eduardo Henrique Gris
Eduardo Henrique Gris
Follow
Apr 29
Testes unitários em React com Jest e testing library
#
react
#
jest
#
testinglibrary
#
webdev
1
reaction
Comments
Add Comment
9 min read
Potential issues with barrel files in Jest
Fogel
Fogel
Fogel
Follow
May 22
Potential issues with barrel files in Jest
#
javascript
#
jest
#
testing
5
reactions
Comments
Add Comment
5 min read
Jest adoption guide: Overview, examples, and alternatives
Megan Lee
Megan Lee
Megan Lee
Follow
for
LogRocket
Apr 18
Jest adoption guide: Overview, examples, and alternatives
#
jest
#
webdev
1
reaction
Comments
Add Comment
15 min read
Testing Next.js Router with Jest and React Testing Library
Antoine
Antoine
Antoine
Follow
for
Itself Tools
May 17
Testing Next.js Router with Jest and React Testing Library
#
nextjs
#
jest
#
testing
#
javascript
1
reaction
Comments
Add Comment
2 min read
React Native Testing Options Overview
JT Dev
JT Dev
JT Dev
Follow
for
JetThoughts
May 15
React Native Testing Options Overview
#
testing
#
react
#
jest
#
detox
Comments
Add Comment
5 min read
Speed up GitHub PR’s review of your React applications
JT Dev
JT Dev
JT Dev
Follow
for
JetThoughts
May 15
Speed up GitHub PR’s review of your React applications
#
development
#
tutorial
#
github
#
jest
Comments
Add Comment
2 min read
Testes de Integração
Gabriel Barbosa
Gabriel Barbosa
Gabriel Barbosa
Follow
May 13
Testes de Integração
#
testing
#
javascript
#
jest
#
tdd
1
reaction
Comments
Add Comment
5 min read
Testes de Integração 🔗
Ágatha
Ágatha
Ágatha
Follow
Apr 7
Testes de Integração 🔗
#
javascript
#
testing
#
jest
#
softwaredevelopment
Comments
Add Comment
2 min read
Introdução ao Teste Automatizado com Jest: Como Começar a Escrever Testes Eficientes
Lucas Pereira de Souza
Lucas Pereira de Souza
Lucas Pereira de Souza
Follow
May 9
Introdução ao Teste Automatizado com Jest: Como Começar a Escrever Testes Eficientes
#
jest
#
javascript
#
beginners
#
programming
2
reactions
Comments
Add Comment
3 min read
Quando Escrever Testes de Unidade?💡
Ágatha
Ágatha
Ágatha
Follow
Apr 6
Quando Escrever Testes de Unidade?💡
#
testing
#
javascript
#
jest
#
beginners
5
reactions
Comments
Add Comment
4 min read
The Easiest Way to Identify Flaky Tests in Jest
Shubham Sharma
Shubham Sharma
Shubham Sharma
Follow
May 5
The Easiest Way to Identify Flaky Tests in Jest
#
jest
#
unittest
#
flakytests
2
reactions
Comments
Add Comment
4 min read
Mocking ES6 Class Instances with Jest
Andrew Chaa
Andrew Chaa
Andrew Chaa
Follow
May 3
Mocking ES6 Class Instances with Jest
#
jest
#
mock
#
javascript
2
reactions
Comments
Add Comment
2 min read
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
11
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
12
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
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
5
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
3
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
3
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
1
reaction
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
29
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
Unit Testing in Node.js and TypeScript: A Comprehensive Guide with Jest Integration
thinhda
thinhda
thinhda
Follow
Mar 4
Unit Testing in Node.js and TypeScript: A Comprehensive Guide with Jest Integration
#
node
#
unittest
#
jest
32
reactions
Comments
Add Comment
20 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
4
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
loading...
We're a place where coders share, stay up-to-date and grow their careers.
Log in
Create account