.toBeUndefined()

This assertion checks a subject is undefined.

jestUnexpected({}).toBeUndefined();
expected {} to be undefined