This chapter saw us learn about how to appropriately test our Vue components. We learned how to follow the fail-first approach to write tests that drive our development decisions as well as how to take advantage of Wallaby.js to see the results of our tests from within our editor!
In the next chapter, we'll learn how we can combine our Vue.js applications with modern Progressive Web Application techniques, such as service workers, application manifests, and much more!