| Category | Count | Notes |
|---|---|---|
| Test directories | 1 | Location(s): /tests |
| CI workflows | 18 | Running tests on GitHub Actions |
| Unit tests | Configured | ReScript Jest/Vitest setup |
- ReScript unit tests
- JavaScript interop tests
- Code coverage reports (codecov integration)
- Detailed test documentation in CONTRIBUTING.md
- Integration tests beyond unit tests
- Performance benchmarking suite
npm run test # or: rescript build && npm run test