Tasty Testing with Mocha and Chai ☕️

added by JavaScript Kicks
11/28/2018 9:04:28 AM

863 Views

Today I'm going to briefly introduce a simple workflow for automating testing that uses Mocha and Chai. Mocha is a test framework that sets up test suites, and Chai is an expectation framework that adds helpers to make it easier to build tests against code.


0 comments