.toBeDefined()

This assertion checks a subject is defined.

let subject;
 
jestUnexpected(subject).toBeDefined();
expected undefined to be defined