https://github.com/chimurai/jest-supertest-express-middleware
https://github.com/chimurai/jest-supertest-express-middleware
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/chimurai/jest-supertest-express-middleware
- Owner: chimurai
- License: mit
- Created: 2018-05-23T18:46:12.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-23T18:56:09.000Z (over 7 years ago)
- Last Synced: 2024-10-11T20:49:11.232Z (12 months ago)
- Language: JavaScript
- Size: 45.9 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```