Member Junction
    Preparing search index...
    • Asserts a row has EXACTLY the expected keys (case-insensitive, order-insensitive). This is the core assertion of the cache suites: cache hit and cache miss must produce identical shapes for identical requests.

      Parameters

      • row: Record<string, unknown>
      • expectedKeys: string[]
      • message: string

      Returns void