Assert that the actual and expected values are not only equal but identical (i.e. the same instance)
The expected value
Assert that the actual and expected values are equal (even if they are different instances)
The expected value
Assert that the promise resolves (to the expected value, if given)
Optional
expected: Awaited<T>The expected resolved value
Assertions