gen-test
Installation
SKILL.md
Generate tests for: $ARGUMENTS
Test Stack
- Runner: Vitest (
vitest run) - React:
@testing-library/reactwith@testing-library/user-event - Assertions:
@testing-library/jest-domfor DOM matchers, Vitestexpectfor everything else - Mocking:
vi.mock()for modules,vi.fn()for functions