Tuesday, 21 January 2020

What are the best libraries/modules to use for Unit Testing a NodeJS app?

I just finished writing my web application and am about to start writing unit tests for it. As for the testing framework, I settled on jest. Along with jest, I am using supertest to test my routes.I am wondering if there are any other recommended libraries/modules other than the ones mentioned that would make my life easier while testing.I came across factory-girl and fast-check but I am not sure if they are required or if I should be using them.Appreciate any insights!Thank you!

Submitted January 22, 2020 at 04:09AM by brokegambler

No comments:

Post a Comment