
If you're subscribed to my newsletter than you know I have been working on a series of articles for my friends over at Vue Mastery for a little while now. The series is titled "A beginner's guide: Unit Testing in Vue" and has been broken into 3 parts. I am really excited to announce that the first article in this series is now live.
In this first post we take a look at why you should test, what you should test and more importantly what not to test. In this article you will learn:
- Why are we writing tests to begin with? What are the goals of testing?
- How to Identify what you should (and should NOT) be testing
- What are the different tools used to write these tests
https://www.vuemastery.com/blog/unit-testing-vue-1
A special thanks to Adam Jahr for the help in getting this article published. I also want to thank Vue Mastery and VueJS for these tweets.
Related Articles
Spring One 2021 Presentation
I'm so honored to be speaking at this year's SpringOne Conference. This article will give you a look ahead to the presentation by explaining what you can expect and the resources from my talk.
Full Stack Java development with Spring Boot and VueJS
In this tutorial, you are going to learn how to build a full-stack application that uses Vue for the frontend and Spring Boot for the backend.
How to force a delay in a web app
In this tutorial, I will show you can force a delay in a web application for testing purposes.