Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hugodf/express-supertest-moxios

Testing an Express app with SuperTest and moxios
https://github.com/hugodf/express-supertest-moxios

express express-supertest express-supertest-moxios moxios supertest testing

Last synced: 20 days ago
JSON representation

Testing an Express app with SuperTest and moxios

Awesome Lists containing this project

README

        

# Express SuperTest moxios testing

Testing an Express app with SuperTest and moxios

## Running the app

Need Docker Community Edition installed: `docker-compose up`

## Running tests

Make sure you have run an `npm install`:

`npm t` (runs tests with Jest)

## Ackownledgments

- [SuperTest](https://github.com/visionmedia/supertest)
- [moxios](https://github.com/axios/moxios)