Have you ever had to write a new component in Vue and, once the code was done, you tell yourself:
Damn I need to unit test it now.. Where do I even start?..
At least that used to be me every time in my newbie days with Vue. So if you’re like me or at least want to see how much you actually know about testing UI components then keep on reading :)
I want to keep it simple for you so the article is made of a few lists of DOs and DON’Ts and some practical tips on how…
Building nice UI ;)