Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
kaantpll committed Dec 8, 2022
2 parents dd3603c + d0e3280 commit d236085
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Nodejs-testing-with-jest
Testing for mongodb operations with jest library 👽

This repository is answer how to write test for nodejs application. I used MongoDb as database.

## Technology Stack

- Nodejs
- Typescirpt
- MongoDb
- Jest

## Setup
Run Development Server

```bash
yarn start
```

Run Test Files

```bash
yarn test product.controller.test.ts
```

0 comments on commit d236085

Please sign in to comment.