mirror of
https://github.com/yusufipk/RememberMe.git
synced 2026-09-11 10:56:07 +00:00
changed some lines to be compaitable with rememberme-cli
This commit is contained in:
@@ -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",
|
||||
};
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user