1.2.1 • Published 3 months ago

@polar/lib-test-mount-parameters v1.2.1

Weekly downloads
-
License
EUPL-1.2
Repository
github
Last release
3 months ago

createTestMountParameters

This is a helper function for vue testing. It returns fresh MockParameters, including a localVue, vuetify, and vuex instance, the latter copying the basic core store structure, i.e., having an empty namespaced plugin module.
This is mostly done to avoid boilerplate code. For regularly used test contents, feel free to extend the returned contents.