Harvinder SinghHow to Setup Jest with Vue to test your Vue components.{draft}Jest is a Javascript unit testing framework. To test unit test a Vue project you need to install Jest and its dependencies either while…Jul 14, 2021Jul 14, 2021
Harvinder SinghWhy you should write unit tests as a Web developer.So I was given a task to do unit tests for a website, I had been helping on. I had no experience with unit tests but as its name suggested…Jul 9, 2021Jul 9, 2021
Harvinder SinghLoading Test Data in a Vue Dev build.When you have built a website, you would want to load test data in your website to see its performance. Test data can be anything, but…Jun 25, 2021Jun 25, 2021