https://github.com/imjaroiswebdev/node-jest-boilerplate
https://github.com/imjaroiswebdev/node-jest-boilerplate
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/imjaroiswebdev/node-jest-boilerplate
- Owner: imjaroiswebdev
- Created: 2019-02-07T10:11:17.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-02-07T22:24:58.000Z (over 2 years ago)
- Last Synced: 2025-07-28T08:02:10.405Z (11 months ago)
- Language: JavaScript
- Size: 602 KB
- Stars: 9
- Watchers: 1
- Forks: 19
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Boilerplate for Testing NodeJs Applications with Jest and Generating Coverage Report
## Motivation
A simple and straight forward way to introduce testing with __Jest__ to a NodeJs project, but following the [__RITE way__](https://medium.com/javascript-scene/tdd-the-rite-way-53c9b46f45e3) methodology for developing unit tests, because since i knew it, it made me a lot of sense and has been a very valuable and also reliable tool for my day to day _Unit Testing_ developing and _TDD_ flow.
## Coverage Report for Basic Implementation
