Skip to content

HugoDF/express-supertest-moxios

Repository files navigation

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