/** * SyncEngine Tests — abort-signal threading (SMI-5649) * * Split from SyncEngine.test.ts to stay under the 500-LOC file-size gate. * Reuses that file's mock factories (createMockSkill, createMockApiClient, * createMockSkillVersionRepo — exported there for this purpose). * * The load-bearing safety property under test: once `signal.aborted` is * true, NO NEW db write ever begins — checked at loop/write boundaries * (search-query loop, pagination loop, pre-upsert, per-skill upsert loop). * Every write already issued before the abort checkpoint is a real, * committed write; nothing already in flight is rolled back. */ export {}; //# sourceMappingURL=SyncEngine.abort.test.d.ts.map