Go to repository

Function toBe

Answers if the actual value is the same as expected, using strict compare

Parameters

  • actual: unknown
  • expected: unknown

Returns boolean