Test Vue Composable

Guide for unit testing Vue 3 Composables using Vitest. Use this skill when writing tests for Vue logic to determine the correct testing strategy based on whether the composable is independent, relies on lifecycle hooks (onMounted), or uses dependency injection (provide/inject).

majiayu000 Updated 567 repo stars

File contents

majiayu000/claude-skill-registry-data/tree/main/testing/vue-test-composable commit e7d802a666

Frequently asked questions

npx skillmds@latest add majiayu000/test-vue-composable