You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
constpostU=tape("testing for post user data to database",t=>{constuser={userName:'alaa',email:'alaa@gmail.com',phone:125654};buildDB()postUser(user).then(res=>{t.deepEqual(user.userName,'alaa','the name should be alaa')t.end()})})
The text was updated successfully, but these errors were encountered:
You need test your res
The text was updated successfully, but these errors were encountered: