Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 795 Bytes

File metadata and controls

31 lines (22 loc) · 795 Bytes

TEST-NEEDS.md — preference-injector

CRG Grade: C — ACHIEVED 2026-04-04

Current Test State

Category Count Notes
ReScript unit tests 2 tests/rescript/{Injector,Validator}_test.res
Test framework Present ReScript built-in testing
CI pipeline Present .gitlab-ci.yml and Bitbucket integration

What's Covered

  • ReScript unit test suite
  • Injector validation tests
  • Validator logic tests
  • CI integration (GitLab, Bitbucket)

Still Missing (for CRG B+)

  • Property-based testing
  • Integration tests with Nickel config
  • Performance benchmarks
  • End-to-end preference flow tests

Run Tests

cd /var/mnt/eclipse/repos/preference-injector && rescript build && npm test