now there is a requirement that if the return value of the interface is very complex, including an array of objects, and there are a lot of properties in the object, how can you use jest to ensure that the returned properties are the same as expected?
look at the document is full of mock some simple return values, what about complex ones? I can"t check it by hand, can I?
or is this test beyond the scope of jest?