Guide on Testing Vue Components
"The Vue Testing Handbook is a collection of short, focused examples on how to test Vue components. It uses
vue-test-utils
, the official library for testing Vue components, and Jest, a modern testing framework.It covers the
vue-test-utils
API, as well as best practises for testing components."
Lachlan Miller
@Lachlan19900