/** * Unit tests for the two-level owned-lock primitive (SMI-5883 §8a). * @module @skillsmith/core/config/owned-lock.test * * Single-process tests of `acquireOwnedLock` itself. Cross-process tests * (the reclaim-race proof, the orphaned-reclaim-lock residual, and the * end-to-end lost-update stress test) live in * `packages/core/tests/integration/owned-lock-reclaim-race.test.ts` (§8b/8c) * and `packages/core/tests/integration/owned-lock-lost-update.test.ts` (§8f). */ export {}; //# sourceMappingURL=owned-lock.test.d.ts.map