VueJS + Jest. Write unit tests on components in the VueJS for the first time

In my office, the engineers are being encouraged to write a unit test of the code they are writing. As a software engineer, this is my first experience to write unit tests in the components that I create. I will share a little about how I make unit tests in the Vue component. I use Jest as a framework to write unit tests in Vue components. Besides that, I also use vue-test-utils as a testing library....

June 25, 2019 · 4 min · Rizal Asrul Pambudi