/** * Unit tests for hq-sync-runner (ADR-0001). * * The runner is designed around `RunnerDeps` — every side effect is * injectable, so tests assert on captured ndjson output rather than mocking * modules. That keeps each test honest about what the runner does vs what * its collaborators do. */ export {}; //# sourceMappingURL=sync-runner.test.d.ts.map