You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Testing NodeJs/Express API with Jest and Supertest
Why you should write tests?
To make sure you do not break any existing code.
To guarantee that new code works as intended.
you can find more in my tutorial
Project setup
npm install
Run Tests
npm start
About
Testing NodeJs/Express API with Jest and Supertest