diff --git a/_posts/2015-04-18-Automated-Testing-2:-Asynchronous-Tests-and-Fixtures-with-Mocha-and-ChaiJs.md b/_posts/2015-04-18-Automated-Testing-2:-Asynchronous-Tests-and-Fixtures-with-Mocha-and-ChaiJs.md index f551906720f63..ad12ff57b9e5c 100644 --- a/_posts/2015-04-18-Automated-Testing-2:-Asynchronous-Tests-and-Fixtures-with-Mocha-and-ChaiJs.md +++ b/_posts/2015-04-18-Automated-Testing-2:-Asynchronous-Tests-and-Fixtures-with-Mocha-and-ChaiJs.md @@ -1,6 +1,6 @@ --- layout: post -Automated Testing 2: Asynchronous Tests and Fixtures with Mocha and ChaiJs +Automated Testing 2 - Asynchronous Tests and Fixtures with Mocha and ChaiJs --- This is the second part on automated testing with Mocha, ChaiJs and SinonJs. If you have never used Mocha or ChaiJs before, I suggest reading the first part. We will continue where we left off last time. The syntax of Mocha and Chai should mostly be clear. There are some frequently occurring scenarios though that require additional knowledge. These are: