Learn Vue JS course Learn Javascript and Vue JS Learn VueJS course Learn VueJS Tutorial

Test with Jest

Building and Testing a Library

In this chapter of the course, we will get our hands dirty by building and testing a JavaScript library with the TDD methodology.

This means that we will create our tests or specs first, then implement the code to make our tests pass.

We recommend to stop the video and try to plan out both the tests and the structure of the library on your own as we present them in the lesson.

Practice makes perfect!