1973 Views
With any application, testing is an integral part of the development process. Building tests with your application enables you to: Quickly verify that changes to a project do not break expected behavior Act as pseudo documentation as path flows are documented Easily demonstrate application behaviors Quickly take a review of your application's health and codebase This post is going to introduce unit and integration testing of Node.js applications.
0 comments