vue-test-utils-skilld
vuejs/test-utils @vue/test-utils@2.4.10
Tags: 2.0.0-alpha.0: 2.0.0-alpha.0, 2.0.0-alpha.1: 2.0.0-alpha.1, 2.0.0-alpha.2: 2.0.0-alpha.2
References: Docs
API Changes
This section documents version-specific API changes — prioritize recent major/minor releases.
-
BREAKING:
propsData— v2 renamed topropsfor consistency with component definitions source -
BREAKING:
createLocalVue— removed in v2, use theglobalmounting option to install plugins, mixins, or directives source -
BREAKING:
mocksandstubs— moved into theglobalmounting option in v2 as they apply to all components source -
BREAKING:
destroy()— renamed tounmount()in v2 to match Vue 3 lifecycle naming source -
BREAKING:
findAll().at()— removed in v2;findAll()now returns a standard array of wrappers source -
BREAKING:
createWrapper()— removed in v2, use thenew DOMWrapper()constructor for non-component elements source
More from skilld-dev/vue-ecosystem-skills
vue-skilld
The progressive JavaScript framework for building modern web UI. ALWAYS use when editing or working with *.vue files or code importing \"vue\". Consult for debugging, best practices, or modifying vue, core.
14tanstack-vue-query-skilld
Hooks for managing, caching and syncing asynchronous and remote data in Vue. ALWAYS use when writing code importing \"@tanstack/vue-query\". Consult for debugging, best practices, or modifying @tanstack/vue-query, tanstack/vue-query, tanstack vue-query, tanstack vue query, query.
14vue-i18n-skilld
Internationalization plugin for Vue.js. ALWAYS use when writing code importing \"vue-i18n\". Consult for debugging, best practices, or modifying vue-i18n, vue i18n.
11vue-router-skilld
ALWAYS use when writing code importing \"vue-router\". Consult for debugging, best practices, or modifying vue-router, vue router, router.
10pinia-skilld
Intuitive, type safe and flexible Store for Vue. ALWAYS use when writing code importing \"pinia\". Consult for debugging, best practices, or modifying pinia.
9quasar-skilld
Build high-performance VueJS user interfaces (SPA, PWA, SSR, Mobile and Desktop) in record time. ALWAYS use when writing code importing \"quasar\". Consult for debugging, best practices, or modifying quasar.
9