express-supertest-moxios

Testing an Express app with SuperTest and moxios

MIT License

Stars
8

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