Next lesson playing in 5 seconds

Cancel
  • Overview
  • Transcript

2.2 Asynchronous Testing

JavaScript encourages a lot of async programming concepts, so we need to make sure we can test async functions. In this video, I'll explain how Mocha makes async testing incredibly easy.