Hi I have a question,
delete user._id is necessary in this test? When i run this test i have result:
Expected value to equal:
{"_id": “5c6d01ebefcabd240de46ae3”, “email”: "magicz@cats.com", “name”: “Magical Mr. Mistoffelees”, “password”: “somehashedpw”}
Received:
{“email”: "magicz@cats.com", “name”: “Magical Mr. Mistoffelees”, “password”: “somehashedpw”}
if i comment this line test is ok