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

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.

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