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

https://github.com/gotocva/jest-unit-testing

A simple implementation of Unit testing in nodejs application using jest
https://github.com/gotocva/jest-unit-testing

Last synced: about 2 months ago
JSON representation

A simple implementation of Unit testing in nodejs application using jest

Awesome Lists containing this project

README

          

```
Unit testing in NodeJS, Express application using Jest
```

## Steps to run

```
git clone https://github.com/gotocva/jest-unit-testing.git
cd jest-unit-testing
npm test
```

## Sample output

![sample](https://github.com/gotocva/jest-unit-testing/blob/master/screenshots/sample-output.png)