Javascript
Testing NodeJS API with supertest & Jest
Lately, I have been working with NodeJS to build APIs. Testing is an integral part of any software building process and as such, I wanted to unit test my APIs. I have done API testing in Java before but never in NodeJS….at least until now. Testing Node API’s is not Read more…