productioncoder / node-jest-unittest

demonstrates how to do unit testing with Jest in Node

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jest Node tutorial: how to use Jest in Node

This tutorial demonstrates how to use Jest with express.js to perform unit tests

Please help this repo with a ⭐️ if you find it useful! 😁

This repository is contains the code for the Jest Node tutorial video tutorial

Jest Node tutorial.png

Please also check out my website at jangoebel.com

For updates, please follow @_jgoebel on Twitter.

Running this project

  1. npm i
  2. npm run dev starts up a hot-reload express webserver on port 8080

About

demonstrates how to do unit testing with Jest in Node


Languages

Language:JavaScript 100.0%