[TypeScript] Is there a cleaner way to assert that we are working with a SocialProfile
in tests?
#6
Labels
🧐 Question
Further information is requested
For all of our
networks > tests
, we have to use a typecast to assert whatparseProfile
is returning:It would be great if we could somehow solve this from our mock:
The text was updated successfully, but these errors were encountered: