Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 383 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 383 Bytes

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