Testing for lazy
Edit 6/11/2019: added vscode extension:
ext install vitalieandries.vscode-vue-lazy-snippets
First step is always hard. However, if there is a chance to become a better developer, why not to take it?!
Here I’ll be focusing on hard side: vue class component+ typescript + jest. (Hard for me, I’ve been trying vue for the past 2 months — which is very little time for me).
There is a lot of articles why to test, and less articles why not to test. I guess you already made up your mind to write tests for your code, or at least give…