/** * Third-party Integration Tests: ulid * * This test suite validates the ulid package's input/output behavior * to ensure compatibility with the MBC CQRS Serverless framework. * * Package: ulid (^2.3.0) * Purpose: Generate Universally Unique Lexicographically Sortable Identifiers * * Test coverage: * - Basic ULID generation * - Sequential ordering guarantee (lexicographic sort) * - Monotonic ULID generation * - Timestamp decoding * - ULID format validation (26 characters, Crockford Base32) * - Seed time option * - Factory pattern for monotonic IDs */ export {};