ConvexTest setup error
I followed the guide here https://docs.convex.dev/testing/convex-test but I get this error when I try to run a test.
The
_generated
folder exists.convex-test | Convex Developer Hub
The convex-test library provides a mock implementation of the Convex backend
2 Replies
The
convex-test
package documentation is missing important information like how to use the second parameters if your functions are in nested folders.
I think this may be the source of my problem
More contexts... Project is a monorepoIt's documented in the next section after this one:
https://docs.convex.dev/testing/convex-test#multiple-environments
convex-test | Convex Developer Hub
The convex-test library provides a mock implementation of the Convex backend