DEV Community

# jest

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Mocking async params and searchParams in Next 16 using Jest and React Testing Library

Mocking async params and searchParams in Next 16 using Jest and React Testing Library

Comments
6 min read
Setting up Jest, jest-dom, React Testing Library + linting for Next 16

Setting up Jest, jest-dom, React Testing Library + linting for Next 16

1
Comments
5 min read
Mocking Next 16 useParams, useSearchParams, usePathname and useRouter in Jest

Mocking Next 16 useParams, useSearchParams, usePathname and useRouter in Jest

Comments
9 min read
Using Jest and LLM assistance to test your real-time chat

Using Jest and LLM assistance to test your real-time chat

2
Comments
29 min read
🧩 A Complete Guide to React Testing: From Unit Tests to E2E, Snapshots, and Test Doubles

🧩 A Complete Guide to React Testing: From Unit Tests to E2E, Snapshots, and Test Doubles

1
Comments
5 min read
How to setup Jest + RTL on Vite & React

How to setup Jest + RTL on Vite & React

3
Comments
1 min read
How to fix the error that import.meta.env cannot be used in Jest (Vite + Supabase)

How to fix the error that import.meta.env cannot be used in Jest (Vite + Supabase)

Comments
1 min read
What to do when you can't test Spinner with findByRole("status") (Jest + Chakra UI)

What to do when you can't test Spinner with findByRole("status") (Jest + Chakra UI)

Comments
1 min read
Jest test errors and solutions

Jest test errors and solutions

Comments
2 min read
Things to Remember When You Test Your React App

Things to Remember When You Test Your React App

Comments
5 min read
Errors I encountered during Jest testing and how to fix them

Errors I encountered during Jest testing and how to fix them

Comments
2 min read
Errors I Encountered During Jest Testing and Their Solutions

Errors I Encountered During Jest Testing and Their Solutions

Comments
1 min read
Testando debounce e throttle no React com Jest [setTimeout]

Testando debounce e throttle no React com Jest [setTimeout]

Comments
2 min read
[For Beginners] Quickly Fix Jest Crashing with import.meta in Vite+React+TypeScript (Supabase Compatible)

[For Beginners] Quickly Fix Jest Crashing with import.meta in Vite+React+TypeScript (Supabase Compatible)

Comments
1 min read
Testando Componentes com React Hook Form + Zod

Testando Componentes com React Hook Form + Zod

6
Comments
2 min read
Mockando Endpoints com MSW em Testes com Jest e React Query

Mockando Endpoints com MSW em Testes com Jest e React Query

1
Comments
2 min read
Jest React Router v6: A standard pattern for mocking and testing useNavigate

Jest React Router v6: A standard pattern for mocking and testing useNavigate

Comments
1 min read
Jest: Writing Composable Tests

Jest: Writing Composable Tests

Comments
6 min read
Mock Prisma with Jest in NestJS

Mock Prisma with Jest in NestJS

Comments
1 min read
Comparing Javascript test frameworks: Jest vs Vitest vs Bun

Comparing Javascript test frameworks: Jest vs Vitest vs Bun

2
Comments
3 min read
Simplificando Testes com it.each no Jest

Simplificando Testes com it.each no Jest

Comments
2 min read
Jest 30: Más Rápido, Inteligente y Listo para el Futuro. ¿Es Hora de Actualizar?

Jest 30: Más Rápido, Inteligente y Listo para el Futuro. ¿Es Hora de Actualizar?

Comments
4 min read
Stuck on Docker + Jest Race Condition - Anyone Dealt With This?

Stuck on Docker + Jest Race Condition - Anyone Dealt With This?

Comments
2 min read
De Jasmine a Jest: Migración sin dolor en 30 minutos

De Jasmine a Jest: Migración sin dolor en 30 minutos

Comments
14 min read
Writing Testable Components in React

Writing Testable Components in React

3
Comments
2 min read
loading...