• Test function. Checks if two objects are equal regardless of property order. Can be useful when comparing properties that are represented by custom classes, e.g. Array vs CustomArray. Both serialize to same string, but are actually different from default comparison perspective.

    Parameters

    • received: Record<string, unknown>
    • expected: Record<string, unknown>

    Returns void

Generated using TypeDoc