The Wayback Machine - https://web.archive.org/web/20210812034412/https://dev.to/t/jest

DEV Community

DEV Community is a community of 672,779 amazing developers

We're a place where coders share, stay up-to-date and grow their careers.

Create new account Log in
loading...

# jest

👋 Sign in for the ability sort posts by top and latest.
Testing JavaScript with Jest - Unit Testing

Testing JavaScript with Jest - Unit Testing

4
11 min read
Get more value out of your Jest tests by reusing their setup in the browser

Get more value out of your Jest tests by reusing their setup in the browser

5
4 min read
Jest-gauge, a Jest extension to write acceptance tests  in natural languages like Gauge

Jest-gauge, a Jest extension to write acceptance tests  in natural languages like Gauge

5
6 min read
Vite vue ts tailwind template: Setup Jest coverage and add tests

Vite vue ts tailwind template: Setup Jest coverage and add tests

2
6 min read
How to resolve Jest issues: tests passing, but code coverage fails!

How to resolve Jest issues: tests passing, but code coverage fails!

6
2 min read
Setting up a Next.js Application with TypeScript, JIT Tailwind CSS and Jest/react-testing-library

Setting up a Next.js Application with TypeScript, JIT Tailwind CSS and Jest/react-testing-library

35 1
9 min read
How can we test useState hooks inside a void function with jest and enzyme?

How can we test useState hooks inside a void function with jest and enzyme?

6
1 min read
Understanding Jest

Understanding Jest

4
5 min read
How to find which test warns unhandledPromiseRejection in jest

How to find which test warns unhandledPromiseRejection in jest

4
1 min read
Integrating Jest with Gulp

Integrating Jest with Gulp

4
2 min read
Montar SPA de cero con Vanilla y Jest

Montar SPA de cero con Vanilla y Jest

11
5 min read
Mock Intl and Date globals in Jest (easily!)

Mock Intl and Date globals in Jest (easily!)

3
2 min read
Testing React app with Jest

Testing React app with Jest

16 1
5 min read
Don't mock modules

Don't mock modules

3
4 min read
Getting started with Jest in just 5 minutes

Getting started with Jest in just 5 minutes

6
2 min read
Jest Best Practice 1: Use eslint-plugin-jest

Jest Best Practice 1: Use eslint-plugin-jest

7
3 min read
The Basics of Writing Tests for React with Jest

The Basics of Writing Tests for React with Jest

9
4 min read
React testing

React testing

5
2 min read
Testing of redux-thunk action

Testing of redux-thunk action

8
4 min read
Automated visual regression testing with TypeScript, Puppeteer, Jest and Jest Image Snapshot

Automated visual regression testing with TypeScript, Puppeteer, Jest and Jest Image Snapshot

21 1
7 min read
7 Ways to Debug Jest Tests in Terminal

7 Ways to Debug Jest Tests in Terminal

3
11 min read
Testes em React Native com Jest e Testing Library, Configurando o ambiente

Testes em React Native com Jest e Testing Library, Configurando o ambiente

7
5 min read
Unit testing is more important than you think

Unit testing is more important than you think

1
2 min read
Be Smart, Write Parameterized Tests with Jest!

Be Smart, Write Parameterized Tests with Jest!

13 5
3 min read
How To Add Types With Jest And Typescript

How To Add Types With Jest And Typescript

7
3 min read
Make Your Jest Tests up to 20% Faster by Changing a Single Setting

Make Your Jest Tests up to 20% Faster by Changing a Single Setting

121 4
5 min read
Creating a project template using Laravel, Vue 3, and Tailwind - Part 2

Creating a project template using Laravel, Vue 3, and Tailwind - Part 2

18 1
6 min read
Jest partial matching on objects, arrays and functions

Jest partial matching on objects, arrays and functions

7
2 min read
How to use environment variables when testing with Jest in NodeJs

How to use environment variables when testing with Jest in NodeJs

10
1 min read
TAWIL: How to write tests with Jest �?�

TAWIL: How to write tests with Jest �?�

5
2 min read
Run end-to-end testing with Jest and Puppeteer

Run end-to-end testing with Jest and Puppeteer

13
6 min read
How I Fixed The Unexpected Token Error In Jest

How I Fixed The Unexpected Token Error In Jest

23 2
5 min read
[�?역] Jest Mocks�? 대한 이해

[�?역] Jest Mocks�? 대한 이해

5
2 min read
Test-Driven Development with react and Jest

Test-Driven Development with react and Jest

3
3 min read
Setup in-memory database for testing Node.js and Mongoose

Setup in-memory database for testing Node.js and Mongoose

4 11
4 min read
Setting up tests for React-Native-Expo-Typescript

Setting up tests for React-Native-Expo-Typescript

10 1
3 min read
Configure Jest in Nuxt.js

Configure Jest in Nuxt.js

5 1
1 min read
Create an npm package template with TypeScript and rollup.js

Create an npm package template with TypeScript and rollup.js

15
4 min read
Testing Expo apps with Jest in TypeScript

Testing Expo apps with Jest in TypeScript

2
6 min read
Don't Be Afraid of ... Snapshot Testing and Mocking Forms and Props in React

Don't Be Afraid of ... Snapshot Testing and Mocking Forms and Props in React

2
9 min read
Get started with using TypeScript and TDD to solve LeetCode problems in VS Code

Get started with using TypeScript and TDD to solve LeetCode problems in VS Code

10
11 min read
Combined Unit & E2E Code Coverage: case study on a real life system using Angular, Jest, Cypress & GitLab / CircleCi

Combined Unit & E2E Code Coverage: case study on a real life system using Angular, Jest, Cypress & GitLab / CircleCi

12
11 min read
Mocking dependencies with Jest + TypeScript

Mocking dependencies with Jest + TypeScript

15 4
2 min read
Head start testing with Jest and Typescript

Head start testing with Jest and Typescript

6
6 min read
Start Testing Your React Applications

Start Testing Your React Applications

3
5 min read
Don't be afraid of ...Test-Driven Development

Don't be afraid of ...Test-Driven Development

8
11 min read
Writing efficient tests with Angular

Writing efficient tests with Angular

27 2
4 min read
No, don't mock the Redux store!

No, don't mock the Redux store!

2
3 min read
Testing React App With Jest & Puppeteer

Testing React App With Jest & Puppeteer

10
10 min read
Don't use getByTestId �?�

Don't use getByTestId �?�

7 2
7 min read
Mock Service Worker Tutorial Part 2

Mock Service Worker Tutorial Part 2

10
7 min read
How to Setup Jest Testing In Nuxt Js Project

How to Setup Jest Testing In Nuxt Js Project

27 3
4 min read
A no jokes guide to testing a GraphQL API with Jest

A no jokes guide to testing a GraphQL API with Jest

8
3 min read
Jest SyntaxError: Unexpected token 'export'

Jest SyntaxError: Unexpected token 'export'

4 3
2 min read
Random potato mood generator using Nuxt and TailwindCSS

Random potato mood generator using Nuxt and TailwindCSS

19 1
6 min read
Things I got stuck with when unit testing REST APIs using Jest and React Testing Library.

Things I got stuck with when unit testing REST APIs using Jest and React Testing Library.

13
9 min read
How to run the same Jest test suite across several platforms

How to run the same Jest test suite across several platforms

8
3 min read
Setting up ESLint to work with new or proposed JavaScript features such as private class fields.

Setting up ESLint to work with new or proposed JavaScript features such as private class fields.

6 1
5 min read
Unit testing Azure Functions with Jest and TypeScript

Unit testing Azure Functions with Jest and TypeScript

7
6 min read
Testing an Apollo GraphQL server using apollo-server-testing, Jest and msw

Testing an Apollo GraphQL server using apollo-server-testing, Jest and msw

2
1 min read
loading...