You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Sounds like a great addition! We'd love to have something like this in the cookbook. You probably already found it, but there's a template we ask people to work from in the cookbook section. Let me know if you need anything else to get started. 🎉
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
Edit: I do not know how to assign a label.
The text was updated successfully, but these errors were encountered: