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
Jest Snapshot Testing for React Components is useless? Is it slowly dying? 🧐🤔😐
Shahjada Talukdar
Shahjada Talukdar
Shahjada Talukdar
Follow
Nov 10 '19
Jest Snapshot Testing for React Components is useless? Is it slowly dying? 🧐🤔😐
#
react
#
testing
#
javascript
#
jest
25
reactions
Comments
8
comments
4 min read
Testing Node.js + Mongoose with an in-memory database
Paula Santamaría
Paula Santamaría
Paula Santamaría
Follow
Oct 26 '19
Testing Node.js + Mongoose with an in-memory database
#
node
#
mongodb
#
mongoose
#
jest
384
reactions
Comments
39
comments
4 min read
Testing with Jest & async/await
Paula Santamaría
Paula Santamaría
Paula Santamaría
Follow
Nov 3 '19
Testing with Jest & async/await
#
javascript
#
testing
#
node
#
jest
87
reactions
Comments
5
comments
3 min read
'spyOn' is not defined.eslint(no-undef)
Will Ceolin
Will Ceolin
Will Ceolin
Follow
Nov 3 '19
'spyOn' is not defined.eslint(no-undef)
#
jest
#
jasmine
#
typescript
#
eslint
6
reactions
Comments
Add Comment
1 min read
Dependency Mocks - A Secret Weapon for Vue Unit Tests
Anthony Gore
Anthony Gore
Anthony Gore
Follow
Sep 16 '19
Dependency Mocks - A Secret Weapon for Vue Unit Tests
#
vue
#
jest
#
testing
9
reactions
Comments
Add Comment
4 min read
A Guide for every UI developer with an aversion to Unit Tests.
Divye Marwah
Divye Marwah
Divye Marwah
Follow
Oct 23 '19
A Guide for every UI developer with an aversion to Unit Tests.
#
jest
#
angular
#
testing
#
javascript
56
reactions
Comments
1
comment
10 min read
How I configure jest on a typescript node application
Darragh O'Riordan
Darragh O'Riordan
Darragh O'Riordan
Follow
Oct 22 '19
How I configure jest on a typescript node application
#
jest
#
typescript
#
node
8
reactions
Comments
Add Comment
2 min read
Writing tests for Vue.js Storybook
Kyle Welsby
Kyle Welsby
Kyle Welsby
Follow
Oct 19 '19
Writing tests for Vue.js Storybook
#
storybook
#
vue
#
testing
#
jest
21
reactions
Comments
1
comment
6 min read
Angular Unit Test Automation
Georgi Parlakov
Georgi Parlakov
Georgi Parlakov
Follow
Oct 15 '19
Angular Unit Test Automation
#
jest
#
testing
#
angular2
#
angular
15
reactions
Comments
Add Comment
4 min read
Mocking ES6 class methods with Jest!
Jack Caldwell
Jack Caldwell
Jack Caldwell
Follow
Sep 30 '19
Mocking ES6 class methods with Jest!
#
javascript
#
testing
#
jest
#
beginners
54
reactions
Comments
11
comments
3 min read
Testing React - Setup, Unit, Integration and E2E using Jest and Cypress (feat. GraphQL)
Assim EL HAMMOUTI
Assim EL HAMMOUTI
Assim EL HAMMOUTI
Follow
Sep 22 '19
Testing React - Setup, Unit, Integration and E2E using Jest and Cypress (feat. GraphQL)
#
react
#
testing
#
jest
#
cypress
21
reactions
Comments
Add Comment
4 min read
Data-driven Unit Tests with Jest
Dani Meier
Dani Meier
Dani Meier
Follow
Sep 9 '19
Data-driven Unit Tests with Jest
#
jest
#
tdd
#
unittests
#
testautomation
49
reactions
Comments
3
comments
3 min read
Testing & CI/CD in JavaScript Projects
Chris Finn
Chris Finn
Chris Finn
Follow
Nov 13 '19
Testing & CI/CD in JavaScript Projects
#
javascript
#
testing
#
cicd
#
jest
10
reactions
Comments
Add Comment
6 min read
Jest for Sinon Stubs
Steven Liao
Steven Liao
Steven Liao
Follow
Aug 25 '19
Jest for Sinon Stubs
#
testing
#
javascript
#
jest
#
sinon
7
reactions
Comments
7
comments
1 min read
Setting Up Webpack For A JavaScript Library
Hridayesh Sharma
Hridayesh Sharma
Hridayesh Sharma
Follow
Aug 17 '19
Setting Up Webpack For A JavaScript Library
#
javascript
#
webpack
#
jest
#
javscriptbundler
18
reactions
Comments
1
comment
3 min read
Configuring Jest and Enzyme in Create React App on Typescript
Trevor Harmon
Trevor Harmon
Trevor Harmon
Follow
Aug 9 '19
Configuring Jest and Enzyme in Create React App on Typescript
#
enzyme
#
jest
#
react
#
testing
18
reactions
Comments
1
comment
3 min read
Jest Full and Partial Mock/Spy of CommonJS and ES6 Module Imports
Hugo Di Francesco
Hugo Di Francesco
Hugo Di Francesco
Follow
Sep 13 '19
Jest Full and Partial Mock/Spy of CommonJS and ES6 Module Imports
#
javascript
#
testing
#
jest
#
webdev
11
reactions
Comments
Add Comment
12 min read
Como escrever tests (jest) para componentes (vue) que já existem dentro da sua aplicação
Vinícius Hoyer
Vinícius Hoyer
Vinícius Hoyer
Follow
Jul 24 '19
Como escrever tests (jest) para componentes (vue) que já existem dentro da sua aplicação
#
jest
#
vue
#
tests
#
componentes
11
reactions
Comments
Add Comment
7 min read
Discover Jest hidden feature Automock
Antoine Caron
Antoine Caron
Antoine Caron
Follow
Jul 29 '19
Discover Jest hidden feature Automock
#
javascript
#
jest
#
testing
#
mock
14
reactions
Comments
2
comments
4 min read
Testing of a Custom React Hook for Fetching Data with Axios
Sebastian Weber
Sebastian Weber
Sebastian Weber
Follow
Jul 14 '19
Testing of a Custom React Hook for Fetching Data with Axios
#
react
#
hooks
#
jest
#
axios
102
reactions
Comments
4
comments
6 min read
Getting started with Enzyme for React
Brian Neville-O'Neill
Brian Neville-O'Neill
Brian Neville-O'Neill
Follow
Jul 8 '19
Getting started with Enzyme for React
#
enzyme
#
javascript
#
testing
#
jest
9
reactions
Comments
Add Comment
9 min read
A quick guide to testing React Hooks
Brian Neville-O'Neill
Brian Neville-O'Neill
Brian Neville-O'Neill
Follow
Jul 8 '19
A quick guide to testing React Hooks
#
react
#
javascript
#
testing
#
jest
8
reactions
Comments
Add Comment
8 min read
Testing with Jest: from zero to hero
Brian Neville-O'Neill
Brian Neville-O'Neill
Brian Neville-O'Neill
Follow
Jul 8 '19
Testing with Jest: from zero to hero
#
testing
#
jest
#
javascript
#
webdev
7
reactions
Comments
Add Comment
8 min read
Improve your Jest test code with Typescript ADTs
Ran Lottem
Ran Lottem
Ran Lottem
Follow
Jun 16 '19
Improve your Jest test code with Typescript ADTs
#
typescript
#
javascript
#
jest
#
angular
16
reactions
Comments
2
comments
4 min read
6 stages of refactoring a jest test case
Liran Tal
Liran Tal
Liran Tal
Follow
Jun 14 '19
6 stages of refactoring a jest test case
#
tests
#
testing
#
jest
#
javascript
9
reactions
Comments
Add Comment
2 min read
loading...
We're a blogging-forward open source social network where we learn from one another
Log in
Create account