DEV Community

Discussion on: Testing NodeJs/Express API with Jest and Supertest

Collapse
 
prashant1k99 profile image
Prashant Singh

Thanks for the article, I followed the instructions and wrote the test code. For anyone who is looking for the sample Express Route Test using Jest (As explained in the above article) can visit this sample GitHub Repo I created.
Repo Link: github.com/prashant1k99/JWT-example