Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 310 Bytes

File metadata and controls

13 lines (10 loc) · 310 Bytes

Testing

Tests live alongside sources and use *.spec.ts.

Current coverage:

  • cron.spec.ts verifies cron scheduler dispatch and actions.
  • sessions/manager.spec.ts verifies per-session sequencing.
flowchart TD
  Tests --> CronSpec[cron.spec.ts]
  Tests --> SessionSpec[manager.spec.ts]
Loading