changed some lines to be compaitable with rememberme-cli

This commit is contained in:
Yusuf İpek
2021-09-05 17:26:37 +03:00
parent 408cec0c01
commit cd80c9f12c
5 changed files with 73 additions and 64 deletions
+12
View File
@@ -199,6 +199,18 @@ describe("person route", () => {
person2 = {
name: "Jimmy",
metAt: "Texas",
// created contact empty because I want tests to work with rememberme-cli
contact: {
socialmedia: {
instagram: "",
youtube: "",
twitter: "",
},
phone: "",
email: "",
},
createdAt: "11.11.2021",
};
});