/** * SMI-5649: BackgroundSyncService — abort + awaitable stop(), and the new * logs-by-default onSyncError. * * Split from BackgroundSyncService.test.ts to stay under the 500-LOC * file-size gate. Reuses that file's mock factories (createMockSyncEngine, * createMockConfigRepo, createMockSyncResult — exported there for this * purpose). * * The shutdown coordinator relies on `stop()` resolving only once any * in-flight sync has settled, and on the `AbortSignal` it threads into * `syncEngine.sync()` actually being aborted synchronously by `stop()` (so * `SyncEngine`'s abort checkpoints see it before the process ever gets to * `db.close()`). */ export {}; //# sourceMappingURL=BackgroundSyncService.abort.test.d.ts.map