In jest for some reason you get something like
expected: "test"
received: serializes to the same string
if you do .toContainEqual
expected: "test"
received: "test"
this seems to only occur when using mongoose with jest, but I think the issue has to do with uriEncoding and decoding