Lessons: 21Length: 2 hours

Next lesson playing in 5 seconds

Cancel
  • Overview
  • Transcript

1.4 Building a Test Suite

As we add more tests, Mocha gives us easy ways to organize them into groups using the describe function. We’ll also take a look at asserting that errors are thrown and the concept of ‘deep equals’.

Related Links