testing
Installation
SKILL.md
- Run
npm test(Vitest in run mode) - Run
npm run test:tscto verify TypeScript types - Report any failures with file and line references
- 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.