Build a Unit-Testing Suite with Mocha and Mongoose

added by JavaScript Kicks
11/16/2018 8:16:59 AM

1470 Views

Over a period of time, your application will have more lines of code for testing than the actual application logic. So I feel it's a good investment to learn to write tests and follow a Test Driven Development or TDD approach. There are 4 main types of tests namely: End to End, Integration, Unit and Static.


0 comments