it("should adapt without email", () => {
    const profile = {
      ...defaultProfile,
      emails: undefined
    };