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

https://github.com/imjaroiswebdev/node-jest-boilerplate


https://github.com/imjaroiswebdev/node-jest-boilerplate

Last synced: 8 months ago
JSON representation

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

![Coverage Report](./coverage_report.png)