DEV Community

Cover image for Unit and integration testing for Node.js apps

Unit and integration testing for Node.js apps

Brian Neville-O'Neill on November 12, 2019

Written by Andrew Evans✏️ With any application, testing is an integral part of the development process. Building tests with your application enab...
Collapse
 
kaushalgautam profile image
Kaushal Gautam

Hey Brian! Thank you so much for this article. Testing has always been on of the dark areas of development for me and I struggle to see the 'how' of tests. I really did not understand how anything apart from Unit tests was possible. However, with this article, I am a step closer to seeing eye to eye with tests. Thanks again! :)