.toBeFalsy()

This assertion checks a subject is a falsy value.

let subject;
 
jestUnexpected({}).toBeFalsy();
expected {} to be falsy