Hey all, Anyone have much experience with unit tes...
# orm-help
z
Hey all, Anyone have much experience with unit testing prisma rainbow relations in Jest? Trying to mock a
User
->
Profile
relation but having trouble getting the data back I'm expecting πŸ€” Does this look at all correct in terms of creating the connection between the two models? The response I'm getting from the service I'm unit testing doesn't include any information about the
User
...
πŸ‘€ 1
n
Hey Zac πŸ‘‹ Welcome to ur community! πŸ™Œ So if I understand this correctly, you get the profile values as expected but you don’t get the user details inside profile?