ozone-be-generator
v1.0.41
Published
Express with jest and super test
Downloads
26
Readme
Express SuperTest moxios testing
Testing an Express app with SuperTest and moxios
Running the app
npm run server
(It runs app with dev mode watching the server)
npm run server:prod
(It runs app with dev but doesnt watch the server)
Running tests
Make sure you have installed yarn
:
Later run: yarn test
(runs tests with Jest)