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).

$ 安裝

git clone https://github.com/alexanderop/MarkVim /tmp/MarkVim && cp -r /tmp/MarkVim/.claude/skills/vue-test-composable ~/.claude/skills/MarkVim

// tip: Run this command in your terminal to install the skill