https://github.com/c-kiplimo/testing-express-rest-api
This repository implements a testing strategy for a REST API using Supertest and mongodb-memory-server.
https://github.com/c-kiplimo/testing-express-rest-api
express jest-tests mongo-memory-server mongodb rest-api supertest
Last synced: 3 months ago
JSON representation
This repository implements a testing strategy for a REST API using Supertest and mongodb-memory-server.
- Host: GitHub
- URL: https://github.com/c-kiplimo/testing-express-rest-api
- Owner: c-kiplimo
- Created: 2024-01-09T23:36:36.000Z (over 1 year ago)
- Default Branch: develop
- Last Pushed: 2024-01-09T23:42:03.000Z (over 1 year ago)
- Last Synced: 2025-01-12T11:46:13.836Z (4 months ago)
- Topics: express, jest-tests, mongo-memory-server, mongodb, rest-api, supertest
- Language: TypeScript
- Homepage:
- Size: 108 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Testing Express REST API
+ This Repository implements the following
* Testing a REST API end-to-end with Supertest & mongodb-memory-server
* Mocking services
* Testing from the controller to the service