justhold-testing
Installation
SKILL.md
JustHold Testing
When to Use
- Adding or updating unit tests for pure
lib/helpers - Writing Supabase RLS / RPC integration tests
- Extending Playwright e2e flows
- Updating Vitest
coverage.includeafter solidly covering a pure module
Instructions
Layers
| Layer | Location | Runner | Use for |
|---|---|---|---|
| Unit | tests/unit/ |
Vitest (node) | Pure helpers in lib/ — no DB/network |
| Integration | tests/integration/ |
Vitest + local Supabase | RLS, RPCs, DB behaviour |
| E2E | tests/e2e/ |
Playwright | Critical user flows |