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
- Host: GitHub
- URL: https://github.com/jangbl/node-jest-unittest
- Owner: jangbl
- Created: 2021-05-09T12:35:57.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-05-13T10:59:43.000Z (over 2 years ago)
- Last Synced: 2025-03-30T14:51:13.817Z (10 months ago)
- Language: JavaScript
- Size: 1.62 MB
- Stars: 9
- Watchers: 1
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)
[](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