An open API service indexing awesome lists of open source software.

https://github.com/jangbl/node-jest-unittest

demonstrates how to do unit testing with Jest in Node
https://github.com/jangbl/node-jest-unittest

Last synced: 8 months ago
JSON representation

demonstrates how to do unit testing with Jest in Node

Awesome Lists containing this project

README

          

# Jest Node tutorial: how to use Jest in Node

This tutorial demonstrates how to use [Jest](https://jestjs.io/) 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](https://www.youtube.com/watch?v=KqQoiFBp36A)

[![Jest Node tutorial.png](images/jest-with-node.png)](https://www.youtube.com/watch?v=KqQoiFBp36A)

Please also check out my website at [jangoebel.com](https://jangoebel.com)

For updates, please follow [@_jgoebel](https://twitter.com/_jgoebel) on Twitter.

## Running this project

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