propertytest.MatchersBuiltin.rejectsrejects: Matchers<unknown>Expects the value to be a promise that rejects.expect(Promise.reject("error")).rejects.toBe("error");