vue-test-utils-skilld
Installation
SKILL.md
@vue/test-utils 2.5.1 (Vue 3)
Prepared source: input/source, version 2.5.1 (package.json:3).
Requires Vue 3.x and @vue/compiler-dom 3.x as peers; @vue/server-renderer 3.x is an optional peer needed only for renderToString (package.json:73-81).
Test-runner agnostic (Vitest, Jest, others). Needs a browser-like DOM environment (jsdom or happy-dom).
Install: npm install @vue/test-utils --save-dev
Quick start
import { mount } from '@vue/test-utils'
import Counter from './Counter.vue'