Skip to content

Commit 55750d2

Browse files
committed
Implement in-memory orchestration backend for testing
1 parent da2982b commit 55750d2

File tree

7 files changed

+1329
-35
lines changed

7 files changed

+1329
-35
lines changed

packages/durabletask-js/src/index.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,6 @@ export { TOrchestrator } from "./types/orchestrator.type";
3434
export { TActivity } from "./types/activity.type";
3535
export { TInput } from "./types/input.type";
3636
export { TOutput } from "./types/output.type";
37+
38+
// Testing utilities
39+
export { InMemoryOrchestrationBackend, TestOrchestrationClient, TestOrchestrationWorker } from "./testing";

0 commit comments

Comments
 (0)