vue-test-utils-skilld

Installation
SKILL.md

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 to props for consistency with component definitions source

  • BREAKING: createLocalVue — removed in v2, use the global mounting option to install plugins, mixins, or directives source

  • BREAKING: mocks and stubs — moved into the global mounting option in v2 as they apply to all components source

  • BREAKING: destroy() — renamed to unmount() 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 the new DOMWrapper() constructor for non-component elements source

Related skills
Installs
96
GitHub Stars
161
First Seen
Feb 19, 2026