testing convex
I read this https://docs.convex.dev/testing/convex-test and it seems like a pretty good guide to testing convex code in a convex project.
I am looking for guidance in testing the front end code in a convex project. Not sure how to go about it, how is the backend mocked?

