Skillshub vue-testing-best-practices

Use for Vue.js testing. Covers Vitest, Vue Test Utils, component testing, mocking, testing patterns, and Playwright for E2E testing.

install
source · Clone the upstream repo
git clone https://github.com/ComeOnOliver/skillshub
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/ComeOnOliver/skillshub "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/antfu/skills/vue-testing-best-practices" ~/.claude/skills/comeonoliver-skillshub-vue-testing-best-practices-c2c6a2 && rm -rf "$T"
manifest: skills/antfu/skills/vue-testing-best-practices/SKILL.md
source content

Vue.js testing best practices, patterns, and common gotchas.

Testing

Reference