/** * @file events.test.ts * @description Unit tests for the InkdRegistry event subscription wrappers * (watchProjectCreated, watchVersionPushed, watchRegistryEvents). * * All tests are pure unit tests — no network, no RPC. * viem's watchContractEvent is mocked via vi.fn(). */ export {}; //# sourceMappingURL=events.test.d.ts.map