Closed
Description
Hi,
I would like to contribute to the cookbook, regarding how and what to test when testing Vue components.
I wrote this for the vue-test-utils
documentation recently. I also write a lot about testing Vue components here, so maybe something based on those articles.
The main things I want to convey are
- what is in the scope of unit tests
- when to mock/stub
- common pitfalls
Edit: I do not know how to assign a label.