Skip to content
Navigation menu
Search
Powered by
Search
Algolia
Log in
Create account
Forem
Close
#
jest
Follow
Hide
Posts
Left menu
👋
Sign in
for the ability to sort posts by
relevant
,
latest
, or
top
.
Right menu
Mastering Jest: A Complete Guide to Testing Next.js Applications Part-2
Shuvo
Shuvo
Shuvo
Follow
Sep 5 '23
Mastering Jest: A Complete Guide to Testing Next.js Applications Part-2
#
testing
#
jest
#
nextjs
#
react
13
reactions
Comments
1
comment
10 min read
Mastering Jest: A Complete Guide to Testing Next.js Applications Part-1
Shuvo
Shuvo
Shuvo
Follow
Sep 3 '23
Mastering Jest: A Complete Guide to Testing Next.js Applications Part-1
#
jest
#
testing
#
nextjs
#
react
7
reactions
Comments
1
comment
5 min read
Create your own NPM package using TypeScript, Prettier, Eslint and Jest
Veranika Kasparevych
Veranika Kasparevych
Veranika Kasparevych
Follow
Sep 3 '23
Create your own NPM package using TypeScript, Prettier, Eslint and Jest
#
npm
#
typescript
#
jest
#
tutorial
12
reactions
Comments
Add Comment
6 min read
You should repeat yourself when writing tests
Danijel Maksimovic
Danijel Maksimovic
Danijel Maksimovic
Follow
Aug 15 '23
You should repeat yourself when writing tests
#
testing
#
javascript
#
typescript
#
jest
2
reactions
Comments
Add Comment
3 min read
Set up a Node.js project + TypeScript + Jest using ES Modules
Wagner Manganelli (aka manga)
Wagner Manganelli (aka manga)
Wagner Manganelli (aka manga)
Follow
Aug 24 '23
Set up a Node.js project + TypeScript + Jest using ES Modules
#
node
#
typescript
#
jest
#
esm
32
reactions
Comments
5
comments
2 min read
Create a react app using Vite - Part 3
Vinodh Kumar
Vinodh Kumar
Vinodh Kumar
Follow
Aug 15 '23
Create a react app using Vite - Part 3
#
react
#
javascript
#
jest
#
unittest
1
reaction
Comments
Add Comment
2 min read
How React uses pragmas to run tests conditionally
Andrei Gatej
Andrei Gatej
Andrei Gatej
Follow
Aug 8 '23
How React uses pragmas to run tests conditionally
#
react
#
babel
#
jest
Comments
Add Comment
8 min read
Should you use jest as a testing library?
Manuel Spigolon
Manuel Spigolon
Manuel Spigolon
Follow
Jul 27 '23
Should you use jest as a testing library?
#
node
#
jest
#
testing
Comments
Add Comment
4 min read
Configure jest in your project REact with vite
Reynaldo Quispe Soca
Reynaldo Quispe Soca
Reynaldo Quispe Soca
Follow
Jul 23 '23
Configure jest in your project REact with vite
#
nodev18
#
jest
2
reactions
Comments
Add Comment
2 min read
Mock PrimeNg ChartModule con Spectator
Arcadio Quintero
Arcadio Quintero
Arcadio Quintero
Follow
Jul 21 '23
Mock PrimeNg ChartModule con Spectator
#
angular
#
spectator
#
jest
#
testing
Comments
Add Comment
2 min read
Jest errors with solutions
Kinga
Kinga
Kinga
Follow
Jul 20 '23
Jest errors with solutions
#
jest
#
react
#
tdd
#
errors
11
reactions
Comments
Add Comment
4 min read
Test? When to test?
Igor Duca
Igor Duca
Igor Duca
Follow
for
Sig
Jul 20 '23
Test? When to test?
#
javascript
#
jest
#
testing
#
debug
4
reactions
Comments
Add Comment
2 min read
Mock localized strings in SPFx solutions
Kinga
Kinga
Kinga
Follow
Jul 20 '23
Mock localized strings in SPFx solutions
#
jest
#
spfx
#
react
#
tdd
Comments
Add Comment
1 min read
Jest + React component
Kinga
Kinga
Kinga
Follow
Jul 20 '23
Jest + React component
#
jest
#
react
#
node
#
tdd
1
reaction
Comments
Add Comment
2 min read
Using Jest for the first time? Here's all you need to know
Buezor
Buezor
Buezor
Follow
Jul 17 '23
Using Jest for the first time? Here's all you need to know
#
javascript
#
react
#
jest
#
beginners
3
reactions
Comments
Add Comment
4 min read
React Testing library setup with vite
smeet-kachhadiya
smeet-kachhadiya
smeet-kachhadiya
Follow
Jul 17 '23
React Testing library setup with vite
#
jest
#
react
#
vite
#
typescript
4
reactions
Comments
3
comments
1 min read
How to Mock Bugsnag in jest.setup.js
Lem Dulfo
Lem Dulfo
Lem Dulfo
Follow
Jul 15 '23
How to Mock Bugsnag in jest.setup.js
#
jest
#
tutorial
#
reactnative
#
testing
2
reactions
Comments
Add Comment
1 min read
How to test an async function to throw an exception in Jest
Alessio Michelini
Alessio Michelini
Alessio Michelini
Follow
Jul 12 '23
How to test an async function to throw an exception in Jest
#
jest
#
javascript
#
unittest
#
webdev
32
reactions
Comments
3
comments
2 min read
Installing Jest for Testing in Your Vite-React TypeScript Project. A Step-by-Step Guide.
Hannah Ejimofor
Hannah Ejimofor
Hannah Ejimofor
Follow
Jul 8 '23
Installing Jest for Testing in Your Vite-React TypeScript Project. A Step-by-Step Guide.
#
vite
#
jest
#
react
#
testing
174
reactions
Comments
28
comments
4 min read
How to mock useSearchParams() and useRouter() with Jest in Next 13 (next/navigation)
Peter Jacxsens
Peter Jacxsens
Peter Jacxsens
Follow
Jul 12 '23
How to mock useSearchParams() and useRouter() with Jest in Next 13 (next/navigation)
#
nextjs
#
jest
#
usesearchparams
#
userouter
21
reactions
Comments
3
comments
7 min read
Using searchParams, useSearchParams and useRouter in Next 13
Peter Jacxsens
Peter Jacxsens
Peter Jacxsens
Follow
Jul 12 '23
Using searchParams, useSearchParams and useRouter in Next 13
#
nextjs
#
jest
#
userouter
#
usesearchparams
30
reactions
Comments
2
comments
7 min read
How to mock URLSearchParams and searchParams with Jest
Peter Jacxsens
Peter Jacxsens
Peter Jacxsens
Follow
Jul 12 '23
How to mock URLSearchParams and searchParams with Jest
#
nextjs
#
jest
#
urlsearchparams
7
reactions
Comments
Add Comment
6 min read
Angular Unit Testing inject() without TestBed
Elvijs
Elvijs
Elvijs
Follow
Jun 29 '23
Angular Unit Testing inject() without TestBed
#
angular
#
inject
#
jest
#
signals
4
reactions
Comments
Add Comment
2 min read
Jest - Tackling Performance Issues
Ian Wright
Ian Wright
Ian Wright
Follow
Jun 28 '23
Jest - Tackling Performance Issues
#
javascript
#
jest
#
performance
19
reactions
Comments
Add Comment
11 min read
Introduction to Jest
kiraaziz
kiraaziz
kiraaziz
Follow
Jun 28 '23
Introduction to Jest
#
javascript
#
jest
#
testing
#
beginners
2
reactions
Comments
Add Comment
3 min read
loading...
We're a blogging-forward open source social network where we learn from one another
Log in
Create account