/Testing-Express-Rest-API

This repository implements a testing strategy for a REST API using Supertest and mongodb-memory-server.

Primary LanguageTypeScript

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