Search the reference...
/
property
Expects the value to be a promise that rejects.
expect(Promise.reject("error")).rejects.toBe("error");