Forem

# jest

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Estratégias para escrever código com maior testabilidade - uma análise imperativa

Estratégias para escrever código com maior testabilidade - uma análise imperativa

5
Comments
6 min read
Where does return render( <UserProvider> etc go in a test.js jest file?

Where does return render( <UserProvider> etc go in a test.js jest file?

Comments 1
1 min read
Mastering Jest in Next.js: A Complete Guide for App Router and TypeScript 🚀

Mastering Jest in Next.js: A Complete Guide for App Router and TypeScript 🚀

7
Comments 1
3 min read
Jest Recap: What Runs When?

Jest Recap: What Runs When?

Comments
3 min read
The Case Against Mocking Libraries
Cover image for The Case Against Mocking Libraries

The Case Against Mocking Libraries

Comments 2
3 min read
Writing integration tests with jest and puppeteer
Cover image for Writing integration tests with jest and puppeteer

Writing integration tests with jest and puppeteer

2
Comments
4 min read
How to Run Jest Unit Tests in a Typescript Project

How to Run Jest Unit Tests in a Typescript Project

3
Comments
2 min read
Mock functions in individual tests using Jest

Mock functions in individual tests using Jest

4
Comments
6 min read
Solving the Jest Native Module Error in a React Native Expo Project

Solving the Jest Native Module Error in a React Native Expo Project

3
Comments
2 min read
The Power of Jest and React Native Testing Library Combined
Cover image for The Power of Jest and React Native Testing Library Combined

The Power of Jest and React Native Testing Library Combined

4
Comments
3 min read
JEST: DeepMind’s JEST: DeepMind’s Breakthrough for AI Training Efficiency
Cover image for JEST: DeepMind’s JEST: DeepMind’s Breakthrough for AI Training Efficiency

JEST: DeepMind’s JEST: DeepMind’s Breakthrough for AI Training Efficiency

Comments
2 min read
Are you writing test for the first time? This might help.
Cover image for Are you writing test for the first time? This might help.

Are you writing test for the first time? This might help.

12
Comments 2
3 min read
Testing Callback Functions with Jest
Cover image for Testing Callback Functions with Jest

Testing Callback Functions with Jest

3
Comments
2 min read
Diferenças entre o jest.spyOn e jest.mock
Cover image for Diferenças entre o jest.spyOn e jest.mock

Diferenças entre o jest.spyOn e jest.mock

6
Comments
3 min read
Entendendo as Nomenclaturas getBy..., findBy... e queryBy... no Jest

Entendendo as Nomenclaturas getBy..., findBy... e queryBy... no Jest

2
Comments
2 min read
Mock Class Constructor in Jest Test with Mocking Partials
Cover image for Mock Class Constructor in Jest Test with Mocking Partials

Mock Class Constructor in Jest Test with Mocking Partials

2
Comments
2 min read
Ensuring the Quality of Your App with Testing in React Native
Cover image for Ensuring the Quality of Your App with Testing in React Native

Ensuring the Quality of Your App with Testing in React Native

10
Comments
5 min read
Como Escrever Testes Unitários para Serviços Backend com Dependências de Banco de Dados Usando SQLite In-Memory
Cover image for Como Escrever Testes Unitários para Serviços Backend com Dependências de Banco de Dados Usando SQLite In-Memory

Como Escrever Testes Unitários para Serviços Backend com Dependências de Banco de Dados Usando SQLite In-Memory

1
Comments
4 min read
Mocking navigator.clipboard.writeText in Jest

Mocking navigator.clipboard.writeText in Jest

3
Comments
2 min read
Test if a promise throw an Error

Test if a promise throw an Error

Comments
1 min read
Utilização e Benefícios do Rerender em Testes de Componentes React com Jest e React Testing Library
Cover image for Utilização e Benefícios do Rerender em Testes de Componentes React com Jest e React Testing Library

Utilização e Benefícios do Rerender em Testes de Componentes React com Jest e React Testing Library

2
Comments
3 min read
Testes unitários em React com Jest e testing library

Testes unitários em React com Jest e testing library

1
Comments
9 min read
Potential issues with barrel files in Jest

Potential issues with barrel files in Jest

11
Comments 2
5 min read
Three Important Things I Learned While Jest Testing My Next.js Application
Cover image for Three Important Things I Learned While Jest Testing My Next.js Application

Three Important Things I Learned While Jest Testing My Next.js Application

4
Comments
3 min read
Jest adoption guide: Overview, examples, and alternatives
Cover image for Jest adoption guide: Overview, examples, and alternatives

Jest adoption guide: Overview, examples, and alternatives

1
Comments
15 min read
loading...