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

https://github.com/chimurai/jest-supertest-express-middleware


https://github.com/chimurai/jest-supertest-express-middleware

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

## Testing demo with jest/supertest/express

### Libraries:
- https://github.com/expressjs/express
- https://github.com/facebook/jest
- https://github.com/visionmedia/supertest

### Application:

**Installation**
```
npm install
```

**Start application**
```
npm start
```

**Test application**
```
npm test
```