Email the Author
You can use this page to email Alex Jover Morales about Testing Vue.js components with Jest.
About the Book
Vue.js has become the most popular framework of 2018. People is excited about it, and that's no surprise given how productive, easy to use and flexible it is. You've probably already use it, but... Have you done testing in Vue.js?
Unit testing in modern component based JavaScript frameworks is not easy. Components are connected to each other and the browser adds a layer of UI, which makes everything so dependent while we must test components in isolation. We want the test suite to be reliable and to run fast as well.
This book shows you by practise how to test easily Vue.js components and take advantage of the fully featured Jest testing framework. It will guide you through testing styles and structure as well as testing behaviours of you Vue.js components. You'll see how to apply techniques such as snapshot testing, shallow rendering, module dependency mocking and module aliasing to make smoother and cleaner your tests.
About the Author
Vue.js core team partner. Co-organizes @AlicanteFront and Vue Day. Instructor @eggheadio at @alligatorio. Interested on Web Performance, PWA, code quality and the human side of code.