Succeeds if received !is expected. Throws a FailingExpectationError otherwise.
This checks for *identity*, not *equality*. If `received != expected` is desired, use toEqual.
See Implementation
Succeeds if received !is expected. Throws a FailingExpectationError otherwise.
This checks for *identity*, not *equality*. If `received != expected` is desired, use toEqual.