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
- Host: GitHub
- URL: https://github.com/gotocva/jest-unit-testing
- Owner: gotocva
- Created: 2020-06-20T12:18:14.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-20T12:23:39.000Z (almost 6 years ago)
- Last Synced: 2025-12-26T02:32:24.958Z (6 months ago)
- Language: JavaScript
- Homepage:
- Size: 241 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
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
