Skip to content

Commit af18105

Browse files
authored
Implement in-memory orchestration backend for testing (#94)
1 parent 2cde0ad commit af18105

8 files changed

Lines changed: 1354 additions & 35 deletions

File tree

packages/durabletask-js/src/index.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,9 @@ export { TOrchestrator } from "./types/orchestrator.type";
7878
export { TActivity } from "./types/activity.type";
7979
export { TInput } from "./types/input.type";
8080
export { TOutput } from "./types/output.type";
81+
82+
// Testing utilities
83+
export { InMemoryOrchestrationBackend, TestOrchestrationClient, TestOrchestrationWorker } from "./testing";
8184
export { ParentOrchestrationInstance } from "./types/parent-orchestration-instance.type";
8285

8386
// Logger

0 commit comments

Comments
 (0)