In this chapter, we discussed many testing-related topics through the lens of the Vue CLI 3. TDD is a great technique that should be utilized by teams and individuals alike, and Vue CLI 3, its UI, and Jest make a wonderful match for streamlining this process. Like any other aspect of development with Vue CLI 3, a lot of the piping is hidden away from us, which makes for a great coding experience.
In the next chapter, we will look at routing in Vue CLI 3.