Negated assertions
Assert that the actual and unexpected values are not identical (i.e. not the same instance)
The unexpected value
If the actual and expected values are identical
Assert that the actual value is not falsy
If the actual value is falsy
Assert that the actual value is not of the specified type
Assert that the actual value is not truthy
If the actual value is truthy
Assert that the actual and unexpected values are not equal (i.e. don't have the same content)
If the actual and expected values are equal (have the same content)
Assert that the promise does not reject
If the promise rejects
Assert that the actual function completes without throwing an error
If the code block throws an error
Negated assertions