Unit Tests
An introduction to unit test principles. The examples are written in JavaScript, using mocha, chai and sinon.
-
What is a unit test and why should I care? Apr 16, 2016
-
A closer look to a basic unit test Apr 23, 2016
-
What is Test Driven Development? Apr 30, 2016
-
What is code coverage? May 7, 2016
-
Using sinon spies May 21, 2016
-
Using sinon stubs May 28, 2016
-
Using sinon mocks Jun 4, 2016