.toBeTruthy()

This assertion checks a subject is a truthy value.

let subject;
 
jestUnexpected(null).toBeTruthy();
expected null to be truthy