Go to repository

Function toBeLike

Answers if the actual value is the same as expected, using a deep compare mechanism

Parameters

  • actual: unknown
  • expected: unknown

Returns boolean