Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jpedroschmitz/jest-mongodb

An example of a simple API, that uses MongoDB as a database and Jest for testing.
https://github.com/jpedroschmitz/jest-mongodb

express jest mongodb nodejs

Last synced: 21 days ago
JSON representation

An example of a simple API, that uses MongoDB as a database and Jest for testing.

Awesome Lists containing this project

README

        

# Jest e MongoDB

This repository contains an example of a simple API, that uses mongo as a database, and Jest for testing.

## Packages used for testing:

- **mongodb-memory-server**: Downloads and spins up a real MongoDB server and holds the data in memory;
- **supertest**: Library for testing node.js HTTP servers;