# Testing

> Run the full test suite and report results. Use when asked to run tests, verify behavior, or check for regressions in the hooks library.

- Skill: `helderberto/testing` (Agent Skill)
- Install (CLI): `npx skillmds@latest add helderberto/testing`
- Raw SKILL.md: https://api.skillmd.com/api/skills/helderberto/testing/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Docs & Writing
- Author: helderberto (https://skillmd.com/u/helderberto)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/helderberto/testing

---


1. Run `npm test` (Vitest in run mode)
2. Run `npm run test:tsc` to verify TypeScript types
3. Report any failures with file and line references
4. If all pass, confirm with a summary of test count

Test files are in `src/__tests__/*.test.ts` and use `renderHook` from `@testing-library/react`.

