DEV Community

# jest

Posts

đź‘‹ Sign in for the ability to sort posts by relevant, latest, or top.
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
Why Unit Tests in React Catch Bugs the UI Never Shows (Jest Real-World Example)

Why Unit Tests in React Catch Bugs the UI Never Shows (Jest Real-World Example)

Comments
2 min read
Why I Chose Vitest Over Jest: 10x Faster Tests & Native ESM Support

Why I Chose Vitest Over Jest: 10x Faster Tests & Native ESM Support

1
Comments
15 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

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
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
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
đź‘‹ Sign in for the ability to sort posts by relevant, latest, or top.