Mocha is a JavaScript test framework and Chai is an assertion library that can be paired with any JavaScript testing framework. Writing tests in a nutshell consists of checking the code by running it to ensure that the actual output of your code is t...
grimreaper.hashnode.dev4 min read
I started writing tests to my code a while ago, and I've never looked back. It's quite important in the developmental cycle.
Thanks for this, a really good article. Looking forward to your future content.
Testing is a very important part of development life cycle and I was always wondering about more details on this subject. This is a good write up with details. Learned a lot with valuable details!
Aaron Rebelo
Software Developer @UtkalLabs
Just what I needed before I started learning Mocha. Good overview.