Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hugodf/express-supertest-moxios
- Owner: HugoDF
- License: mit
- Created: 2018-06-24T19:41:56.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-23T20:44:25.000Z (almost 2 years ago)
- Last Synced: 2024-10-11T12:11:51.336Z (about 1 month ago)
- Topics: express, express-supertest, express-supertest-moxios, moxios, supertest, testing
- Language: JavaScript
- Homepage: https://codewithhugo.com/testing-an-express-app-with-supertest-moxios-and-jest/
- Size: 595 KB
- Stars: 9
- Watchers: 2
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)