Function: deepEqual()
deepEqual<
T>(expectedValue):T
Defined in: ts-mockito.ts:265
Argument matcher: matches a value deeply equal to expectedValue (recursive/structural
comparison), rather than requiring strict === equality.
Type Parameters
T
T
Parameters
expectedValue
T
the value the actual argument must deeply equal
Returns
T