morvud
morvud
CCConvex Community
Created by Eva on 9/1/2024 in #support-community
`convex-test` could not find the "_generated" directory
nextjs shouldn't even be loading the test file, are you exporting anything from the test file that might be used in your nextjs code?
11 replies
CCConvex Community
Created by Eva on 9/1/2024 in #support-community
`convex-test` could not find the "_generated" directory
I had the same issue and fixed it with this
const t = convexTest(schema, import.meta.glob("./**/*.*s"));
const t = convexTest(schema, import.meta.glob("./**/*.*s"));
11 replies