decider pattern in typescript
There are two implementations of the decider pattern:
decide.ts- pure decide, no evolve (or, fold)evolve.ts- full decider pattern (decide and evolve)
Run all tests:
bun testRun tests for a specific step, for example:
bun test -t CreatePaymentRun tests in watch mode:
bun test --watch