Skip to main content

Test Structure

Tests are organized by layer:

test/
├── service/ # Service layer tests
├── coordinator/ # Coordinator tests
├── domain/ # Pure domain logic tests
└── helpers/ # Test utilities

Each test file corresponds to a source file:

  • fund/service.tstest/service/fund.test.ts
  • coordinator/eod/service.tstest/coordinator/eod/integration.test.ts