diff --git a/src/test/e2e/index.ts b/src/test/e2e/index.ts new file mode 100644 index 0000000..1a7c2e1 --- /dev/null +++ b/src/test/e2e/index.ts @@ -0,0 +1,12 @@ +/** + * E2E Tests for Dispatch/Coordination Flows + * + * Test files: + * - happy-path.test.ts: Normal operation scenarios + * - edge-cases.test.ts: Error handling and edge cases + * + * Uses TestHarness from src/test/ for system wiring. + */ + +// No exports needed - tests are self-contained +export {};