Vue.js Testing Made it Easy (with Testing Library)
Today, I want to talk about testing in the Vue.js ecosystem. Between my previous job and my current one, I've been searching for too long a…
Today, I want to talk about testing in the Vue.js ecosystem. Between my previous job and my current one, I've been searching for too long a…
Axios is a very popular library you can use to perform HTTP calls. Because it's not framework specific, you can easily use it in your Vue.js…
Edit 25/05/2020: The title of this article has been edited. The company I'm working for recently set a code coverage rule requirement…
#1 - Think documentation Your company wiki can be outdated. Tests can't. Everybody wants good and well-written documentation. Unfortunately…
I spent too many hours trying to mock correctly the JavaScript's Date object. I tried a few things I've found on Google... without success…