In this chapter, we looked into testing the synchronous and asynchronous functions. We looked into basic testing. We explored the testing framework, Mocha. Then, we look into using assertion libraries in testing Node modules.
In the next chapter, we'll look at how we can test our Express apps.