Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 793 Bytes

File metadata and controls

33 lines (24 loc) · 793 Bytes

TEST-NEEDS.md — empty-linter

CRG Grade: C — ACHIEVED 2026-04-04

Current Test State

Category Count Notes
Test directories 1 Location(s): /tests
CI workflows 18 Running tests on GitHub Actions
Unit tests Configured ReScript Jest/Vitest setup

What's Covered

  • ReScript unit tests
  • JavaScript interop tests

Still Missing (for CRG B+)

  • Code coverage reports (codecov integration)
  • Detailed test documentation in CONTRIBUTING.md
  • Integration tests beyond unit tests
  • Performance benchmarking suite

Run Tests

npm run test  # or: rescript build && npm run test